← Back to Skills Marketplace
239
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install spherico-agent
Description
End-to-end Bitnow network API workflows for AI agents. Covers wallet signature-based authentication, on-chain top-up monitoring, consumer API key lifecycle (...
Usage Guidance
This skill appears to document legitimate Bitnow API flows, but exercise caution before using it: 1) Confirm the correct gateway/base URL from an official source — do not trust a URL provided only inside the skill. 2) Do not paste or otherwise provide private keys or seed phrases to the agent; perform all signature operations in your own wallet (preferably hardware wallets) and verify the exact message being signed. 3) Be wary of signing anything that grants permissions (declaring parents, delegations) without verifying its effect on-chain or with official docs. 4) Because the package has no homepage/source and the internal name differs from the registry name, prefer to obtain official API docs from the service operator and test flows in a staging environment first. 5) If you plan to generate or store API keys, treat them as secrets: store them in a secure vault and rotate/revoke as needed. If you want a higher-confidence assessment, provide the gateway URL and the publisher/source repository so I can check authenticity and compare to official docs.
Capability Analysis
Type: OpenClaw Skill
Name: spherico-agent
Version: 0.0.2
The skill bundle provides a comprehensive set of API workflows and instructions for an AI agent to interact with the Bitnow network. It covers standard operations such as wallet-based authentication (SIWE), API key management, and model inference via HTTP requests (SKILL.md). The instructions are well-documented, align with the stated purpose of automating network operations, and do not contain evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The SKILL.md describes Bitnow gateway workflows (wallet SIWE-style auth, consumer API key lifecycle, balance checks) which align with the skill description, but the published package name (spherico-agent) and the SKILL.md internal name (bitnow-agent) mismatch and there is no homepage or source URL — this reduces provenance and makes it harder to trust the publisher.
Instruction Scope
Runtime instructions are curl/CLI-oriented and stay within API interactions (no arbitrary file reads or system-wide config access). However the flows rely on user-produced EVM signatures; signing messages can grant on-chain or off-chain state changes (e.g., declaring a parent, creating session tokens). The skill does not request private keys directly, but it can instruct users to perform sensitive signing operations — a potential social-engineering risk if the gateway URL or message content are malicious or tampered with.
Install Mechanism
Instruction-only skill with no install spec or code files (lowest install risk). Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths; all auth is performed via user wallet signatures and ephemeral session tokens or API keys the gateway returns. There are no disproportionate credential requests in the metadata.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges. Autonomous invocation is allowed (platform default) but the skill itself does not ask for elevated or persistent presence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install spherico-agent - After installation, invoke the skill by name or use
/spherico-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.2
- Renamed the skill from "spherico-agent" to "bitnow-agent" with all related terminology updated from "Spherico" to "Bitnow".
- Updated API and gateway references to align with the Bitnow network (e.g., new example URL: https://gateway-test.bitnow.ai).
- Modified wallet-based login instructions for EVM addresses and adjusted notes on wallet requirements.
- Added a new "Declare a Parent (Child → Parent Relationship)" workflow, enabling accounts to set parent relationships via wallet signature.
- Retained and clarified all existing network operation steps (authentication, on-chain top-up, API key lifecycle, model inference, usage queries) for the Bitnow context.
v0.0.1
- Initial release of the spherico-agent skill.
- Provides end-to-end Spherico network API workflows: wallet signature-based authentication, on-chain top-up monitoring, consumer API key management, and balance/usage queries.
- Documents model inference via gateway with error handling guidance.
- Includes advanced supplier/provider API endpoints for registering upstream API keys or GPU nodes.
- Designed for API/CLI/script workflows; does not cover UI interactions.
Metadata
Frequently Asked Questions
What is spherico-agent?
End-to-end Bitnow network API workflows for AI agents. Covers wallet signature-based authentication, on-chain top-up monitoring, consumer API key lifecycle (... It is an AI Agent Skill for Claude Code / OpenClaw, with 239 downloads so far.
How do I install spherico-agent?
Run "/install spherico-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is spherico-agent free?
Yes, spherico-agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does spherico-agent support?
spherico-agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created spherico-agent?
It is built and maintained by Jerry (@viyozc); the current version is v0.0.2.
More Skills