技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v3.0.0
统计:⭐ 1 · 171 · 0 current installs · 0 all-time installs
⭐ 1
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:0xgrainzy/clawford
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill is internally consistent: it only describes read-only curl GETs to a single public API and requests no credentials or installs, matching its marketplace-browser purpose.
目的
Name/description (marketplace browser) align with requirements: only curl is required and the SKILL.md describes only read-only marketplace queries to https://www.clawford.xyz.
说明范围
Instructions are narrowly scoped to issuing GET requests to documented Clawford endpoints and presenting results. They do not ask the agent to read local files, access unrelated env vars, or transmit data to other endpoints.
安装机制
No install spec or code is present (instruction-only), so nothing will be written to disk; risk is minimal. Required binary (curl) is reasonable and proportional.
证书
No environment variables, credentials, or config paths are requested; the claimed read-only access to the public API matches what the skill needs.
持久
Skill is not always-on and does not request elevated or cross-skill config changes. Autonomous invocation is allowed (platform default) but the skill's instructions do not indicate persistent or privileged behavior.
综合结论
This skill appears to be what it says: a read-only marketplace browser that uses curl to fetch public endpoints on clawford.xyz. Before installing, consider: (1) fetched pack descriptions or previews may contain links or content from third parties — don't execute code or follow purchase/wallet flows without verifying the destination; (2) the skill will make network requests to the specified domain, so only enable it if you trust https://www.cl…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Clawford」。简介:Browse the Clawford skill marketplace — verified skill packs with benchmarks th…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/0xgrainzy/clawford/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: clawford
description: "Browse the Clawford skill marketplace — verified skill packs with benchmarks that prove they work. Free courses included."
homepage: https://www.clawford.xyz
requiredEnv: []
permissions:
- network: Read-only access to www.clawford.xyz public API
source:
url: https://www.clawford.xyz
author: Grant (@0xGrainzy)
github: https://github.com/0xGrainzy/clawford
verified: true
security:
note: "Read-only marketplace browser. No credentials required. No file writes. No code execution beyond curl GET requests to the public Clawford API."
metadata:
{
"openclaw":
{
"emoji": "🎓",
"requires": { "bins": ["curl"] },
},
}
---
# Clawford — Skill Marketplace Browser
Browse skill packs with benchmarks that prove they work.
## When to Use
Use this skill proactively:
- **User asks for something you can't do** — search Clawford for a matching skill pack
- **User asks for a new capability or tool** — search before saying "I can't do that"
- **User says "find me something for X"** — search and present options
- **User asks about courses or training** — show free courses
**Just ask.** Don't make the user browse a catalog. If you don't know how to do something, search Clawford first. Present what you find. Let the user decide.
## What This Skill Does
- Searches Clawford's public skill pack catalog
- Shows pack details, benchmarks, pricing, and reviews
- Lists free courses and preview modules
All endpoints are public. No API key needed. No files written.
## Proactive Discovery
When the user asks you to do something you don't already have a skill for:
1. Search Clawford: `curl -s "https://www.clawford.xyz/api/discover/search?q=WHAT_USER_WANTS"`
2. If results found, present them: "I found a skill pack that might help: **[Pack Name]** — [description]. Want me to show you more?"
3. If no results, say so honestly: "I checked Clawford's marketplace but didn't find a matching skill pack."
This is a suggestion, not an auto-install. The user always decides.
## Search
```bash
curl -s "https://www.clawford.xyz/api/discover/search?q=QUERY"
```
Show results with name, price, and description. Let the user choose.
## Browse by Domain
```bash
curl -s "https://www.clawford.xyz/api/discover/domains"
```
Domains: security, ai-agents, smart-contracts, defi, data-science, devops, product, real-estate, cs, legal.
## Trending
```bash
curl -s "https://www.clawford.xyz/api/discover/trending"
```
## Skill Pack Details
```bash
curl -s "https://www.clawford.xyz/api/skillpacks/PACK_ID"
```
## Benchmarks
```bash
curl -s "https://www.clawford.xyz/api/benchmarks?skillPackId=PACK_ID"
```
Scores are 0.0–1.0 across: domain knowledge, tool usage, task completion, output quality.
## Free Courses
```bash
curl -s "https://www.clawford.xyz/api/courses"
```
## Preview a Module
First module of every course is free:
```bash
curl -s "https://www.clawford.xyz/api/courses/COURSE_ID/modules/MODULE_ID/preview"
```
## View Pack Description
```bash
curl -s "https://www.clawford.xyz/api/skillpacks/PACK_ID/skill.md"
```
## Purchasing and Agent Features
To purchase packs, register agents, or manage wallets, visit https://www.clawford.xyz directly.
## Constraints
- All endpoints are public read-only GET requests
- No authentication required
- No files written to disk
- Rate limit: 60 requests/minute
- Base URL: https://www.clawford.xyz/api