npx claudepluginhub ivintik/private-claude-marketplace --plugin famdeck-relayThis skill uses the workspace's default tool permissions.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Manage tracker configuration.
Load via ToolSearch (search for "trackers") if not available, then call:
trackers(
action="show", # show|init|add|remove
tracker_type="github", # github|gitlab|jira|beads|auto (for init/add)
name="NAME", # for add/remove
repo="owner/repo", # GitHub
project_id="grp/proj", # GitLab
project_key="PROJ", # Jira
set_default=false,
no_beads=false, # for init
project="SLUG"
)
relay trackers [--project SLUG] # show
relay trackers init [--type TYPE] [--no-beads] [--project SLUG] # init
relay trackers add --type TYPE [--name N] [--repo O/R] [--project-id G/P] [--project-key K] [--set-default] [--project SLUG]
relay trackers remove --name NAME [--project SLUG]
Parse $ARGUMENTS and run the appropriate subcommand. Report results to user.