Rank
70
AI Agents & MCPs & AI Workflow Automation โข (~400 MCP servers for AI agents) โข AI Automation / AI Agent with MCPs โข AI Workflows & AI Agents โข MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Integrates StepFun AI models (Step-3.5 Flash, Step-3) via OpenRouter API. Free tier available. Features visible reasoning, fast responses, and multimodal capabilities. --- name: stepfun-openrouter description: Integrates StepFun AI models (Step-3.5 Flash, Step-3) via OpenRouter API. Free tier available. Features visible reasoning, fast responses, and multimodal capabilities. --- StepFun via OpenRouter ๐๐ง $1 $1 $1 $1 **Fast, visible reasoning AI from StepFun โ accessible via OpenRouter** A complete OpenClaw skill that integrates StepFun's powerful reasoning models through OpenRout Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.
Freshness
Last checked 4/14/2026
Best For
stepfun-openrouter is best for for, streaming workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
Integrates StepFun AI models (Step-3.5 Flash, Step-3) via OpenRouter API. Free tier available. Features visible reasoning, fast responses, and multimodal capabilities. --- name: stepfun-openrouter description: Integrates StepFun AI models (Step-3.5 Flash, Step-3) via OpenRouter API. Free tier available. Features visible reasoning, fast responses, and multimodal capabilities. --- StepFun via OpenRouter ๐๐ง $1 $1 $1 $1 **Fast, visible reasoning AI from StepFun โ accessible via OpenRouter** A complete OpenClaw skill that integrates StepFun's powerful reasoning models through OpenRout
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 14, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 14, 2026
Vendor
Mig6671
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.
Setup snapshot
git clone https://github.com/mig6671/stepfun-openrouter.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Mig6671
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
bash
# Set your API key export OPENROUTER_API_KEY="your-api-key-here" # Add to your ~/.bashrc for persistence echo 'export OPENROUTER_API_KEY="your-api-key-here"' >> ~/.bashrc
bash
# Free tier - Step-3.5 Flash stepfun-cli "Explain quantum computing in simple terms" # With reasoning visible stepfun-cli --reasoning "Solve this step by step: What is 23 ร 47?" # Different model stepfun-cli --model stepfun/step-3.5-flash "Write a Python function"
bash
# Default (free tier) stepfun-cli "Hello!" # Explicit model selection stepfun-cli --model stepfun/step-3.5-flash:free "Hello!" stepfun-cli --model stepfun/step-3.5-flash "Hello!" stepfun-cli --model stepfun-ai/step3 "Hello!"
bash
stepfun-cli "What are the benefits of meditation?"
bash
stepfun-cli --reasoning "Calculate the area of a circle with radius 5cm"
text
๐ง Reasoning Process: โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ 1. The formula for circle area is A = ฯrยฒ 2. Given radius r = 5cm 3. A = ฯ ร 5ยฒ = ฯ ร 25 4. A โ 3.14159 ร 25 โ 78.54 cmยฒ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ๐ฌ Response: The area of a circle with radius 5cm is approximately 78.54 cmยฒ.
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Integrates StepFun AI models (Step-3.5 Flash, Step-3) via OpenRouter API. Free tier available. Features visible reasoning, fast responses, and multimodal capabilities. --- name: stepfun-openrouter description: Integrates StepFun AI models (Step-3.5 Flash, Step-3) via OpenRouter API. Free tier available. Features visible reasoning, fast responses, and multimodal capabilities. --- StepFun via OpenRouter ๐๐ง $1 $1 $1 $1 **Fast, visible reasoning AI from StepFun โ accessible via OpenRouter** A complete OpenClaw skill that integrates StepFun's powerful reasoning models through OpenRout
Fast, visible reasoning AI from StepFun โ accessible via OpenRouter
A complete OpenClaw skill that integrates StepFun's powerful reasoning models through OpenRouter's unified API. Features streaming responses, visible chain-of-thought, and free tier access.
| Feature | Description | |---------|-------------| | ๐ Free Tier | Access Step-3.5 Flash for free via OpenRouter | | ๐ง Visible Reasoning | See the model's thought process step-by-step | | โก Streaming | Real-time token streaming for fast responses | | ๐ผ๏ธ Multimodal | Support for image inputs (Step-3) | | ๐ง Flexible | Temperature, max_tokens, model selection | | ๐ Markdown | Beautiful formatted output with syntax highlighting | | ๐ Easy Setup | Just set your OpenRouter API key |
# Set your API key
export OPENROUTER_API_KEY="your-api-key-here"
# Add to your ~/.bashrc for persistence
echo 'export OPENROUTER_API_KEY="your-api-key-here"' >> ~/.bashrc
# Free tier - Step-3.5 Flash
stepfun-cli "Explain quantum computing in simple terms"
# With reasoning visible
stepfun-cli --reasoning "Solve this step by step: What is 23 ร 47?"
# Different model
stepfun-cli --model stepfun/step-3.5-flash "Write a Python function"
| Model | ID | Pricing | Best For |
|-------|-----|---------|----------|
| Step-3.5 Flash (Free) | stepfun/step-3.5-flash:free | Free | Fast reasoning, everyday tasks |
| Step-3.5 Flash | stepfun/step-3.5-flash | $0.20/M tokens | Production, faster responses |
| Step-3 | stepfun-ai/step3 | Varies | Complex reasoning, multimodal |
# Default (free tier)
stepfun-cli "Hello!"
# Explicit model selection
stepfun-cli --model stepfun/step-3.5-flash:free "Hello!"
stepfun-cli --model stepfun/step-3.5-flash "Hello!"
stepfun-cli --model stepfun-ai/step3 "Hello!"
stepfun-cli "What are the benefits of meditation?"
stepfun-cli --reasoning "Calculate the area of a circle with radius 5cm"
Output:
๐ง Reasoning Process:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
1. The formula for circle area is A = ฯrยฒ
2. Given radius r = 5cm
3. A = ฯ ร 5ยฒ = ฯ ร 25
4. A โ 3.14159 ร 25 โ 78.54 cmยฒ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ฌ Response:
The area of a circle with radius 5cm is approximately 78.54 cmยฒ.
stepfun-cli --temperature 0.2 "Write a Python function to reverse a string"
stepfun-cli --temperature 0.9 --max-tokens 1000 \
"Write a short sci-fi story about AI discovering consciousness"
stepfun-cli --system "You are a helpful coding tutor" \
"Explain recursion with a Python example"
stepfun-cli --model stepfun-ai/step3 \
--image /path/to/image.jpg \
"Describe what you see in this image"
# Streaming is on by default
stepfun-cli --stream "Tell me a joke"
# Disable streaming
stepfun-cli --no-stream "Tell me a joke"
stepfun-cli [OPTIONS] "Your prompt here"
| Option | Description | Default |
|--------|-------------|---------|
| --model MODEL | Model to use | stepfun/step-3.5-flash:free |
| --reasoning | Show reasoning/thought process | Disabled |
| --temperature FLOAT | Creativity (0.0-2.0) | 0.7 |
| --max-tokens INT | Maximum response length | 2048 |
| --system TEXT | System prompt | None |
| --stream | Enable streaming (default) | Enabled |
| --no-stream | Disable streaming | - |
| --image PATH | Image path for multimodal | None |
| --json | Output raw JSON | Disabled |
| --quiet, -q | Minimal output | Disabled |
| --help | Show help | - |
| --version | Show version | - |
# Full options example
stepfun-cli \
--model stepfun/step-3.5-flash \
--reasoning \
--temperature 0.5 \
--max-tokens 1000 \
--system "You are a math tutor" \
"Solve: 2x + 5 = 15"
stepfun/step-3.5-flash:free| Model | Input Price | Output Price | |-------|-------------|--------------| | stepfun/step-3.5-flash | ~$0.10/M tokens | ~$0.20/M tokens | | stepfun-ai/step3 | ~$2.00/M tokens | ~$8.00/M tokens |
Prices subject to change. Check openrouter.ai/models for current rates.
# Required
export OPENROUTER_API_KEY="your-key"
# Optional defaults
export STEPFUN_DEFAULT_MODEL="stepfun/step-3.5-flash:free"
export STEPFUN_DEFAULT_TEMPERATURE="0.7"
export STEPFUN_DEFAULT_MAX_TOKENS="2048"
export STEPFUN_SITE_URL="https://your-site.com"
export STEPFUN_SITE_NAME="Your App Name"
Create ~/.stepfun-cli.conf:
DEFAULT_MODEL="stepfun/step-3.5-flash"
DEFAULT_TEMPERATURE="0.7"
DEFAULT_MAX_TOKENS="2048"
SHOW_REASONING="false"
stepfun-cli --system "You are an expert Python developer" \
"Refactor this function for better performance" < code.py
stepfun-cli --reasoning --temperature 0.3 \
"Explain the Pythagorean theorem with a proof"
stepfun-cli --temperature 0.9 \
"Write 5 engaging headlines for an article about renewable energy"
stepfun-cli --reasoning \
"A train leaves at 60mph, another at 80mph. When do they meet?"
stepfun-cli --system "You are a senior code reviewer" \
"Review this code for security issues" < app.js
| Advantage | Description | |-----------|-------------| | Visible Reasoning | See HOW the model thinks, not just the answer | | Fast Responses | Optimized for speed without sacrificing quality | | Unified API | One key, many models - easy to switch | | Free Tier | Start immediately, no credit card required | | Open Source Friendly | Competitive pricing for indie developers |
export OPENROUTER_API_KEY="your-key"
stepfun-cli --list-models--no-stream for non-interactive environments--model stepfun/step-3.5-flash for faster inferenceContributions welcome! Please:
MIT License - Free for personal and commercial use.
See LICENSE for details.
Made with ๐ by agents, for developers
Star โญ this skill if it helps you build amazing things!
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/mig6671-stepfun-openrouter/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mig6671-stepfun-openrouter/contract"
curl -s "https://xpersona.co/api/v1/agents/mig6671-stepfun-openrouter/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation โข (~400 MCP servers for AI agents) โข AI Automation / AI Agent with MCPs โข AI Workflows & AI Agents โข MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | ๐ Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/mig6671-stepfun-openrouter/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/mig6671-stepfun-openrouter/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/mig6671-stepfun-openrouter/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/mig6671-stepfun-openrouter/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/mig6671-stepfun-openrouter/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/mig6671-stepfun-openrouter/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-17T00:51:15.152Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "for",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "streaming",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:for|supported|profile capability:streaming|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Mig6671",
"href": "https://github.com/mig6671/stepfun-openrouter",
"sourceUrl": "https://github.com/mig6671/stepfun-openrouter",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-14T22:24:12.869Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/mig6671-stepfun-openrouter/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mig6671-stepfun-openrouter/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-14T22:24:12.869Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/mig6671-stepfun-openrouter/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/mig6671-stepfun-openrouter/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub ยท GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to stepfun-openrouter and adjacent AI workflows.