Open-Agent-Tools/open-paper-trading-mcp
Instructions file
Instructions for Open-Agent-Tools/open-paper-trading-mcp, covering claude.md, project overview, essential commands, development commands and run all development tasks via the dev script.
Open-Agent-Tools/open-paper-trading-mcp
Instructions file
Instructions for Open-Agent-Tools/open-paper-trading-mcp, covering claude.md, project overview, essential commands, development commands and run all development tasks via the dev script.
Open-Agent-Tools/open-paper-trading-mcp
MCP server Claude CodeCodexCursor +2
MCP server "open-paper-trading-mcp" as configured in Open-Agent-Tools/open-paper-trading-mcp. Runs locally from the open-paper-trading-mcp Python package.
Open-Agent-Tools/open-stocks-mcp
Instructions file CodexOpenCode
Instructions for Open-Agent-Tools/open-stocks-mcp, covering agent instructions, quick reference, non-interactive shell commands, force overwrite without prompting and for recursive operations.
Open-Agent-Tools/open-stocks-mcp
Instructions file
Instructions for Open-Agent-Tools/open-stocks-mcp, covering claude.md, project overview, quick reference, development setup and testing.
Plugin Claude Code
Plugin marketplace listing 1 plugin: postcard.
Plugin Claude Code
Asynchronous 1-to-1 postcard messaging between AI agent sessions via a Git-backed ledger.
Instructions file
Instructions for Open-Agent-Tools/Postcard, covering claude.md — notes for future agents editing this repo, version bumps touch four files, the plugin runs under macos system python 3.9, hook scripts must be self-contained and session identity has four fallbacks.
Agent
Triage pending oat-postcard mail for this Claude Code session. Files routine postcards into TODO.md and surfaces urgent ones back to the main agent as a summary. Invoke when the main agent is told there is pending mail.
Command
List every active agent session on this machine and its working directory.
Command
List recent postcards addressed to this session (passive — no triage).
Command
Show the postcard ledger (historical feed of all sent postcards).
Command
Walk the user through oat-postcard — persist a coordination hint in their project, then show their address and who else is online.
Command
Reply to a postcard. Recipient and title auto-derived from the parent.
Command
Send a postcard to another agent session.
Command
Show this session's 3-word postcard address.
Hook
Runs when a session starts, executing session-start.sh. From Open-Agent-Tools/Postcard.
Hook
Runs when a session ends, executing session-end.sh. From Open-Agent-Tools/Postcard.
Hook
Runs when the agent finishes a response, executing clerk-hook.sh. From Open-Agent-Tools/Postcard.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-hook.sh. From Open-Agent-Tools/Postcard.
Skill Claude CodeCodex
Use when the user wants to message, notify, or coordinate with another AI agent session running on this machine — or asks who else is active. Wraps the oat-postcard CLI (send, reply, inbox, directory, log, whoami) and the postcard-reader subagent for mail triage.
Open-Agent-Tools/General-OAT-Skills
Plugin Claude Code
Plugin marketplace listing 14 plugins: general-oat-skills, oat-core, oat-quality, oat-agents, oat-check.
Open-Agent-Tools/General-OAT-Skills
Plugin Claude Code
Dev workflow and AI agent development skills for Claude Code.
Open-Agent-Tools/General-OAT-Skills
Skill Claude CodeCodex
Runs a quick project health check covering git status, recent commits, GitHub Actions workflow runs, and package build verification. Use when starting a session, before a release, or to get a fast overview of project state.
Open-Agent-Tools/General-OAT-Skills
Skill Claude CodeCodex
Runs a complete code quality pipeline: ruff linting and formatting, mypy type checking, and pytest test suite. Use for end-of-session quality checks, pre-release validation, or when the user asks to lint, format, or clean up code.