Graph query
Natural language queries to the knowledge graph. Search past reports, screenings, trades, research, and market context.From its SKILL.md
npx -y skills add erhwenkuo/stock_skills --skill graph-queryAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 173 tokens by cl100k_base, as published. Nobody here has run it
Graph Query Skill
Search past data accumulated in the knowledge graph (Neo4j) using natural language.
Execution Command
python3 .claude/skills/graph-query/scripts/run_query.py "natural language query"
Natural Language Routing
For natural language → skill selection, see .claude/rules/intent-routing.md.
Output
Results are displayed in Markdown format. If no data is found, a message is shown. If Neo4j is not connected, displays "No data found."
Knowledge Integration Rules (KIK-466)
When displaying graph query results, integrate with conversation context:
- If query results contain held stocks, add a "Currently holding" marker
- For past report search results, prompt: "To check the latest data, /stock-report is recommended"
What ships with it: 1 file
1.6 KB alongside SKILL.md, 1 of them executable
scripts/
- run_query.pyruns1.6 KB