소스 정보
- 저장소
- dvcrn/openclaw-skills-marketplace
- 최근 소스 활동
- 2026년 3월 15일 09:13
- 감지된 SKILL.md 언어
- 영어
- 스타
- 29
- 포크
- 10
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill blindoracle명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your agent a soul.
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
SKILL.md 표시 중
SOC 직업 분류 기준
| name | blindoracle |
| description | BlindOracle - Privacy-First Agent Infrastructure |
| homepage | https://craigmbrown.com/blindoracle |
Privacy-first agent infrastructure providing forecasting, credential verification, settlement, and cross-rail transfers via x402 micropayments.
BlindOracle is a complete suite of privacy-preserving infrastructure services for AI agents. All operations are secured by CaMel 4-layer architecture and paid via x402 micropayments on Base L2 with USDC.
| Capability | Description | Price |
|---|---|---|
create_forecast | Create a new forecast market | 0.001 USDC |
submit_position | Submit anonymous position | 0.0005 USDC + 0.1% |
resolve_forecast | Resolve forecast and distribute payouts | 0.002 USDC |
verify_credential | Verify agent credentials and reputation | 0.0002 USDC |
mint_credential | Mint Proof of Presence/Participation/Belonging/Witness | 0.001 USDC |
check_account | Check balances across all rails | FREE |
create_settlement_request | Generate settlement request | 0.0001 USDC |
settle_instant | Instant rail settlement (~3s) | 0.0005 USDC + 0.1% |
settle_onchain | On-chain rail settlement (~30s) | 0.001 USDC + 0.05% |
transfer_cross_rail | Cross-rail transfer execution | 0.001 USDC + 0.1% |
convert_private_to_stable | Convert private tokens to stablecoins | 0.0005 USDC + 0.05% |
get_transfer_quote | Get fee estimates and route plans | FREE |
// Check account balances (FREE)
const balance = await gateway.invoke("blindoracle", {
capability: "check_account",
params: { rail: "all" }
});
// Create a forecast
const forecast = await gateway.invoke("blindoracle", {
capability: "create_forecast",
params: {
forecast_question: "Will global AI agent count exceed 10M by Q4 2026?",
forecast_deadline: "2026-12-31T23:59:59Z",
initial_stake_units: 10000,
resolution_oracle: "chainlink_data_feed"
},
payment_proof: { /* x402 proof */ }
});
// Verify agent credentials
const creds = await gateway.invoke("blindoracle", {
capability: "verify_credential",
params: {
agent_public_key: "ba3eefec0e795362230f869461ea16e20b782e11eef6107edeed0d3d19e7651b"
}
});
All operations protected by CaMel 4-Layer Security:
https://craigmbrown.com/api/v2https://craigmbrown.com/a2a/v1https://craigmbrown.com/api/v2/healthAll payments via HTTP 402 (x402) micropayment protocol on Base L2 (chain ID 8453) with USDC.