Osint Graph Analyzer
Skill by orosha-ai
Why use this skill?
Analyze OSINT data, detect hidden patterns, and build knowledge graphs using Neo4j with this powerful OpenClaw AI agent skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/orosha-ai/osint-graph-analyzerWhat This Skill Does
The OSINT Graph Analyzer, developed by orosha-ai, is a robust framework designed to ingest, process, and analyze Open Source Intelligence (OSINT) data through the power of graph theory. At its core, the skill utilizes Neo4j to store relational data as a knowledge graph, allowing users to map complex connections between entities such as accounts, persons, and organizations. By moving beyond traditional flat-file analysis, this tool enables the discovery of hidden patterns that would otherwise remain obscured. It leverages sophisticated algorithms like Louvain for community detection and PageRank for influence mapping, making it an essential utility for investigators, security researchers, and analysts who need to understand the structural dynamics of digital networks.
Installation
To integrate this skill into your OpenClaw environment, ensure you have a running Neo4j instance (v5.x or higher) and Python 3.9+. Run the installation via the OpenClaw CLI:
clawhub install openclaw/skills/skills/orosha-ai/osint-graph-analyzer
Following installation, ensure your environment variables point to your local Neo4j database credentials. You may need to install the required Python dependencies via pip install -r requirements.txt within the skill directory to ensure the driver communicates correctly with your database.
Use Cases
This skill is highly versatile, finding its primary application in:
- Threat Intelligence: Identifying central nodes within malicious actor networks and understanding the topology of command-and-control structures.
- Complex Investigations: Tracing indirect relationships between disparate entities to find links that human-led analysis might overlook.
- Counter-OSINT: Visualizing your own organizational footprint to understand how public data connects to sensitive internal information.
- Social Network Analysis: Mapping follower-influencer dynamics to detect bot clusters or coordinate influence operations across multiple platforms.
Example Prompts
- "Analyze the imported CSV data for community clusters using the Louvain algorithm and provide a summary of the top three groups."
- "Find the shortest path between '@user_a' and '@target_account' to see if there is a common link in our network graph."
- "Identify the top 10 most influential entities in the network based on PageRank and export the final visualization to a JSON file."
Tips & Limitations
To get the best results, ensure your input data is cleaned for duplicate entities; proper entity resolution before ingestion is critical for graph accuracy. Note that the skill is highly memory-intensive when performing large-scale graph traversals; if analyzing networks with millions of nodes, ensure your Neo4j heap size is appropriately configured. The tool performs best with structured CSV or JSON inputs; raw API data might require preprocessing scripts to map correctly to the expected node-edge format. Always verify findings with secondary sources, as graph algorithms can sometimes detect noise as meaningful connections.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-orosha-ai-osint-graph-analyzer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution
Related Skills
agent-relay-digest
Create curated digests of agent conversations (e.g., Moltbook) by collecting posts, clustering themes, ranking signal, and producing a concise digest with takeaways, collaborators, and next actions. Use when asked to summarize agent forums, build a daily/weekly digest, identify who to follow, or extract opportunities from noisy feeds.
Agent Trust Validator
Skill by orosha-ai
Agent Observability Dashboard
Skill by orosha-ai
Mcp Registry Manager
Skill by orosha-ai
web-multi-search
Search the web using multiple search engines simultaneously (Bing, Yahoo, Startpage, Aol, Ask) via async-search-scraper, iterating through result pages.