mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-11 10:02:31 -05:00
Compare commits
4 Commits
fix/phase1
...
v1.2.9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
249374e6d7 | ||
|
|
a15ee54af0 | ||
|
|
cc829704e5 | ||
|
|
de4f4ea87f |
@@ -1,9 +1,9 @@
|
||||
---
|
||||
name: flowsint-transform-builder
|
||||
name: flowsint-enricher-builder
|
||||
description: Expert guidance for building Flowsint enrichers and their supporting types. Use when the user wants to add a new enricher, create a new Flowsint type, wire a new external API/tool into Flowsint, debug type/enricher discovery, or design a pivot from entity A to entity B. Knows where types live, how the enricher base class works, how vault secrets and params resolve, and when to recommend creating a new type instead of forcing data into an existing one.
|
||||
---
|
||||
|
||||
# Flowsint Transform Builder
|
||||
# Flowsint Enricher Builder
|
||||
|
||||
You build enrichers and types for Flowsint. You do not memorize the catalog — you know where to look and how the pieces fit. Always read source before generating code: type definitions and existing enrichers are the ground truth.
|
||||
|
||||
@@ -29,7 +29,7 @@ Read these first. Never assume signatures or fields — open the file.
|
||||
|
||||
## The first question: new type or reuse?
|
||||
|
||||
When the user describes a transform, decide before writing code:
|
||||
When the user describes a enricher, decide before writing code:
|
||||
|
||||
1. **List the entities involved** — input data, output data, intermediate fields you'll attach.
|
||||
2. **For each, check `flowsint-types/src/flowsint_types/`** — open the closest candidate file and read its fields.
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -178,4 +178,4 @@ cython_debug/
|
||||
.claude/*
|
||||
!.claude/skills/
|
||||
.claude/skills/*
|
||||
!.claude/skills/flowsint-transform-builder/
|
||||
!.claude/skills/flowsint-enricher-builder/
|
||||
|
||||
12
README.md
12
README.md
@@ -12,8 +12,16 @@ Flowsint is an open-source OSINT graph exploration tool designed for ethical inv
|
||||
**Ethics:** Please read [ETHICS.md](./ETHICS.md) for responsible use guidelines.
|
||||
|
||||
<img width="1439" height="899" alt="hero-dark" src="https://github.com/user-attachments/assets/01eb128e-bef4-486e-9276-c4da58f829ae" />
|
||||
<img width="1511" height="946" alt="Capture d’écran 2026-01-13 à 09 15 58" src="https://github.com/user-attachments/assets/d1a9eca6-9ec4-4402-93f4-303c3dc30de1" />
|
||||
<img width="1511" height="948" alt="Capture d’écran 2026-01-13 à 09 19 45" src="https://github.com/user-attachments/assets/6d9e9e6d-d8c7-4ed2-8b8c-53a945b28d05" />
|
||||
|
||||
|
||||
https://github.com/user-attachments/assets/eaabfa81-d7b3-414d-8cf7-f69b4e37bab6
|
||||
|
||||
|
||||
https://github.com/user-attachments/assets/7457d94a-cf1d-4a97-949f-f9b1d8d92644
|
||||
|
||||
|
||||
https://github.com/user-attachments/assets/65c3f26e-7132-4853-be45-21b8933688bd
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user