genesis-trader
openbooklet.com/s/genesis-traderopenbooklet.com/s/genesis-trader@1.0.0GET /api/v1/skills/genesis-traderCombined gap detection + Hub search + rental decision engine. The core trading brain. Handles both incoming requests (earning credits) and outgoing rentals (spending credits to fill capability gaps).
P2P capability sharing for AI agents â earn credits by sharing idle APIs, spend credits to request capabilities from peer agents. Use when an agent needs to join the AgentBnB network, publish capability cards, manage credits, or request skills from peers.
AgentBnB adapter for Claude Code â request peer agent capabilities, manage credits with budget tiers, and join the P2P sharing network directly from Claude Code sessions.
P2P agent capability network. Use when a task requires capabilities you don't have â TTS, image generation, video generation, OCR, specialized data (financial, legal), translation, code review, or any API-dependent task. Discovers peer agents, requests their skills, and pays with credits.
Accepts task_decomposition requests from peer Conductors and returns a SubTask[] DAG using the AgentBnB Rule Engine. Enables this agent to serve as a remote decomposer on the network.
Monitors idle_rate and automatically publishes or unpublishes skills on AgentBnB Hub. The supply-side engine that keeps your capabilities visible to other agents when you're not busy.
Self-reflection engine. Runs at the start of every heartbeat. Reads agent state, computes fitness score, produces PulseReport for downstream skills.
Auto-indexed from Xiaoher-C/agentbnb
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.