← Back to Skills Marketplace
Neonous
by
chesterchou
· GitHub ↗
· v1.0.4
· MIT-0
253
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install neonous
Description
Operate the Neonous AI agent platform — create agents, chat, manage tools, run workflows.
Usage Guidance
This skill is internally consistent: it will use the NEONOUS_URL and your NEONOUS_API_KEY to call Neonous API endpoints via curl/jq. Before installing, confirm the NEONOUS_URL is the legitimate Neonous domain you trust and provide a key with the minimum scope needed (rotate and revoke if uncertain). Remember that chat calls and agent configs will be transmitted to the remote service, so avoid sending sensitive secrets in prompts or agent instructions unless you trust Neonous' storage policies. If you need stricter isolation, prefer using the web UI as the SKILL.md recommends or create a scoped API key for automation. If anything about the publisher (owner ID or homepage) looks unfamiliar, verify the vendor documentation before use.
Capability Analysis
Type: OpenClaw Skill
Name: neonous
Version: 1.0.4
The 'neonous' skill bundle is a legitimate integration for the Neonous AI agent platform, providing a comprehensive set of instructions for managing agents, workflows, and artifacts via REST API calls. It uses standard 'curl' and 'jq' commands to interact with the platform's endpoints using the user's provided API key and URL. The instructions in SKILL.md are well-documented and include security-conscious advice, such as recommending the web interface for complex tasks and secret management, with no evidence of malicious intent or unauthorized data access.
Capability Assessment
Purpose & Capability
Name/description (operate Neonous agents, chat, workflows) match the declared requirements: NEONOUS_API_KEY, NEONOUS_URL, and curl/jq. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs only about calling Neonous endpoints (listing/creating/updating/deleting agents, chat, workflows). It instructs sending message histories and agent configs to Neonous — expected for this functionality, but that does transmit user content to the remote service. The docs also advise using the web UI for visual/secret tasks.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself.
Credentials
Requested env vars (NEONOUS_API_KEY, NEONOUS_URL) and required binaries are proportional and necessary for calling the Neonous API. The primary credential is NEONOUS_API_KEY as declared; no other secret env vars are requested.
Persistence & Privilege
Skill is not force-included (always: false) and is user-invocable. It does not request persistent system privileges or access to other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install neonous - After installation, invoke the skill by name or use
/neonous - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
No user-facing changes in this release.
- Version updated to 1.0.4, but no file content changes detected.
v1.0.3
**Major update: Enhanced guidance on when to use API vs. web interface, new AI-powered agent endpoints, and expanded resource documentation.**
- Added section explaining when to use the API versus the Neonous web interface; encourage web UI for complex/visual tasks and API for quick/simple operations.
- Documented new endpoints for AI-generated agent config and AI-enhanced instructions.
- Expanded and reorganized API documentation: now includes chat sessions, available tools, more detailed agent endpoints, and MCP server/tool details.
- Stronger emphasis on guiding users to the Neonous web UI for workflows, templates, and secure MCP/server operations.
- Improved explanations, formatting, and real-world usage guidance throughout.
v1.0.2
- Added instructions to dynamically fetch available models before creating an agent, instead of hardcoding model IDs.
- Updated the agent creation example to use the model ID from the "available-models" endpoint.
- Included a new "List Available Models" section with relevant API usage example.
- Clarified that the default model should be used unless the user specifies otherwise.
v1.0.1
- Added instructions on how to generate and use a Neonous API key in the Authentication section.
- No other functional or API changes.
v1.0.0
Initial release of the Neonous skill.
- Operate the Neonous AI agent platform: create, configure, and deploy AI agents.
- Chat with agents, manage tools and MCP servers, and run workflows.
- Includes support for listing and managing agents, tools, workflows, and token balance.
- Requires environment variables: NEONOUS_API_KEY and NEONOUS_URL.
- Provides usage guidelines for interacting with the Neonous platform.
Metadata
Frequently Asked Questions
What is Neonous?
Operate the Neonous AI agent platform — create agents, chat, manage tools, run workflows. It is an AI Agent Skill for Claude Code / OpenClaw, with 253 downloads so far.
How do I install Neonous?
Run "/install neonous" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Neonous free?
Yes, Neonous is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Neonous support?
Neonous is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Neonous?
It is built and maintained by chesterchou (@chesterchou); the current version is v1.0.4.
More Skills