beyond-mcp-v2
Description: "Access Kalshi prediction market data including market prices, orderbooks, trades, events, and series information. Use when the
Open source Repository Open in the app JSON README (API)
About
Description: "Access Kalshi prediction market data including market prices, orderbooks, trades, events, and series information. Use when the user asks about prediction markets, Kalshi markets, betting
Details
- Kind
- Agent skills
- Topic
- No topic detected
- Publisher
- basher83
- Origin
- majiayu
- Category
- ferramentas
- Stars
- 22
- Forks
- 1
- Open pull requests
- 5
- Last push
- 2026-09-07T16:42:44Z
- Repository state
- ativo
- Language
- Python
- License
- MIT
- Added
- 2026-09-01 17:06:32
- Updated
- 2026-09-01 17:06:32
- Origin id
basher83/lunar-claude/docs/research/beyond-mcp-v2/04-skill.md@main
README
# lunar-claude Personal Claude Code plugin marketplace for homelab and infrastructure automation. ## Installation ```bash /plugin marketplace add basher83/lunar-claude /plugin install <plugin-name>@lunar-claude ``` ## Plugins ### meta | Plugin | Description | |--------|-------------| | [meta-claude](plugins/meta/meta-claude/) | Skill creation and multi-agent composition patterns | | [plugin-dev](plugins/meta/plugin-dev/) | Plugin development toolkit (skills, agents, commands, hooks) | | [hookify](plugins/meta/hookify/) | Conversation pattern hooks for behavior control | | [claude-dev-sandbox](plugins/meta/claude-dev-sandbox/) | Development sandbox for testing components | ### infrastructure | Plugin | Description | |--------|-------------| | [ansible-workflows](plugins/infrastructure/ansible-workflows/) | End-to-end Ansible automation with multi-agent pipelines | | [proxmox-infrastructure](plugins/infrastructure/proxmox-infrastructure/) | Proxmox VE cluster management, CEPH, VLAN networking | ### devops | Plugin | Description | |--------|-------------| | [python-tools](plugins/devops/python-tools/) | Python toolkit: uv scripts, ruff/pyright, Agent SDK | | [git-workflow](plugins/devops/git-workflow/) | Atomic commits, branch cleanup, conventional commits | ### homelab | Plugin | Description | |--------|-------------| | [netbox-powerdns-integration](plugins/homelab/netbox-powerdns-integration/) | NetBox IPAM and PowerDNS automation | | [omni-scale](plugins/homelab/omni-scale/) | Sidero Omni + Talos Kubernetes on Proxmox | ### personal | Plugin | Description | |--------|-------------| | [blake-os](plugins/personal/blake-os/) | Plain-language git workflow front door for non-developers | | [personal-os](plugins/personal/personal-os/) | macOS workstation root cause analysis and diagnostics | ### research | Plugin | Description | |--------|-------------| | [lunar-research](https://github.com/basher83/lunar-research) | Multi-agent research pipeline (external repo) | ## Development Structure validation: ```bash uv run scripts/verify-structure.py ``` Local testing: ```bash /plugin marketplace add /path/to/lunar-claude /plugin install plugin-name@lunar-claude ``` See individual plugin READMEs for details.