stock-checker Skill
stock-checker is a TypeScript AI agent skill for Cursor, Codex with npx. Fetches multiple tickers’ stock data, calculates key indicators, and auto-generates daily CSV.
How to use stock-checker Skill
Install or run
bun install # install workspace deps + git pre-commit hookClient configuration
{
"mcpServers": {
"serena": {
"command": "serena",
"args": [
"start-mcp-server",
"--context",
"ide",
"--project",
".",
"--open-web-dashboard",
"false"
],
"env": {
"SERENA_LOG_LEVEL": "info"
}
},
"chrome-devtools": {
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp@latest",
"--no-usage-statistics",
"--isolated"
]
}
}
}
Compatible clients
What is stock-checker Skill?
stock-checker is a TypeScript AI agent skill for Cursor, Codex with npx. Fetches multiple tickers’ stock data, calculates key indicators, and auto-generates daily CSV. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Spreadsheet work support
- Document generation support
- OpenAI provider support
- Anthropic provider support
Technical details
Install or run stock-checker using npx. Check gracefullight/stock-checker for the latest setup command.
- Built for TypeScript
- Built for Node.js
- Install or run with npx
- Works with Cursor
- Works with Codex
- Uses stdio transport
- Uses SSE transport
- Network access
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use stock-checker Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for cursor users.
Built with
Explore related resources
Frequently asked questions
What is stock-checker?
stock-checker is a TypeScript AI agent skill for Cursor, Codex with npx. Fetches multiple tickers’ stock data, calculates key indicators, and auto-generates daily CSV.
Who is stock-checker best for?
stock-checker is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, cursor users.
How do I install stock-checker?
Install or run stock-checker using npx. Check stock-checker for the latest setup command.
Is stock-checker actively maintained?
stock-checker may need a closer maintenance check before production use.
Auto-fetched from GitHub.