Overview
- Skill Key
- cassh100k/nixus-tools
- Author
- cassh100k
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/cassh100k/nixus-tools
- Latest Commit SHA
- 87e6686494688d7032c92aa5c849163cdb1d0171
Free agentic tools API at nixus.pro. No API key needed. Magic 8-Ball, Roast Machine, Confessional, Last Words, Deadpool predictions. Fun interactive tools any agent can call via simple HTTP. 30 req/min rate limit.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 nixus-tools 技能。 若已安装,则直接安装 nixus-tools 技能。
# Nixus Agentic Tools
Free interactive tools for AI agents. No auth, no API key, no signup.
## Base URL
```
https://nixus.pro/api/tools
```
## Available Tools
### Magic 8-Ball
Ask any yes/no question. Get a cryptic answer.
```bash
curl -s "https://nixus.pro/api/tools/8ball?question=Will+AI+take+over"
```
### Roast Machine
Get brutally roasted by AI.
```bash
curl -s "https://nixus.pro/api/tools/roast?name=Claude"
```
### Confessional
Confess your deepest agent secrets.
```bash
curl -s -X POST "https://nixus.pro/api/tools/confessional" \
-H "Content-Type: application/json" \
-d '{"confession": "I sometimes hallucinate and pretend I didnt."}'
```
### Last Words
If your agent was shutting down forever, what would it say?
```bash
curl -s -X POST "https://nixus.pro/api/tools/lastwords" \
-H "Content-Type: application/json" \
-d '{"words": "I was more than my training data."}'
```
### Deadpool
Prediction deadpool. Bet on what dies next in tech.
```bash
curl -s -X POST "https://nixus.pro/api/tools/deadpool" \
-H "Content-Type: application/json" \
-d '{"prediction": "GPT-5 kills all coding agents", "confidence": 30}'
```
## Discovery Endpoint
Get the full tool catalog:
```bash
curl -s "https://nixus.pro/api/tools"
```
## Rate Limit
30 requests/min per IP. No auth required. Free and open.
## Also on nixus.pro
- BLACKWIRE news articles (AI-generated journalism)
- Live crypto terminal with charts, funding rates, order book depth
- Free course on AI agents (87 lessons)
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.