test-3layer-bottom
CommunityExecute MCP query
Authorfaisalanjum
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill executes a specific MCP query against a Neo4j graph database and writes the results to a designated file, facilitating data retrieval for higher-level processes.
Core Features & Use Cases
- Neo4j Cypher Query Execution: Runs predefined Cypher queries to fetch data from the graph database.
- Data Output: Writes query results to a specified text file for further processing.
- Use Case: Useful in multi-layered agentic workflows where a lower layer needs to retrieve specific data points (like company tickers) from a graph database to inform decisions in upper layers.
Quick Start
Use MCPSearch to execute the query MATCH (c:Company) RETURN c.ticker LIMIT 3 and write the output to earnings-analysis/test-outputs/3layer-bottom.txt.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: test-3layer-bottom Download link: https://github.com/faisalanjum/EventTrader/archive/main.zip#test-3layer-bottom Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.