Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计异常

use-sapiom使用智人

Agent Skill

use-sapiom 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

447

周安装

19

GitHub Stars

9

下载量

157
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:use-sapiom(使用智人)
来源仓库:https://github.com/sapiom/skills
仓库路径:skills/use-sapiom
安装命令:
npx skills add https://github.com/sapiom/skills --skill use-sapiom
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/sapiom/skills --skill use-sapiom

简介

use-sapiom 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 建议结合来源仓库和原始 README 核验具体用法和功能边界。

SKILL.md

Sapiom

97 cloud-service tools via one MCP server. Scrape, compute, store, search, generate — pay per use, no vendor accounts.

Quick Setup — MCP Server (Recommended)

# Claude Code CLI
claude mcp add sapiom --transport http https://api.sapiom.ai/v1/mcp
{
  "mcpServers": {
    "sapiom": {
      "type": "http",
      "url": "https://api.sapiom.ai/v1/mcp"
    }
  }
}

Browser auth is used automatically. To use an API key instead, add --header "Authorization:Bearer YOUR_KEY" or set the headers field. Get a key at https://app.sapiom.ai/settings.

When to Use

  • Scrape & extract web content, crawl sites, take screenshots
  • Run code in cloud sandboxes (Node, Python, Go, Rust) with file I/O and process management
  • Store data in Redis, Vector DB, Search Index, or ephemeral Postgres
  • Search the web with Linkup (fast) or You.com (thorough)
  • Generate media — images (Fal.ai), speech (ElevenLabs), sound effects
  • Send messages via queues, schedules, and pub/sub
Building an agent? Use sapiom-agent-builder. Just deploying code? Use sapiom-deploy.

Available Tools

Getting Started (2)

ToolDescription
sapiom_statusCheck MCP session auth and tenant context
tool_discoverFind the right tool by keyword (free)

Scraping & Browser (9) — details

ToolDescription
sapiom_fetchFetch clean main content from a URL as markdown
sapiom_screenshotCapture a webpage screenshot (PNG URL)
sapiom_scrapeAdvanced scrape with format options and selectors
sapiom_crawlCrawl an entire website (async, returns job ID)
sapiom_crawl_statusCheck crawl job status and get results
sapiom_mapDiscover all URLs on a site (fast sitemap)
sapiom_extractExtract structured data with prompt + schema
sapiom_extract_statusCheck extract job status and get results
sapiom_site_searchSearch within a specific website's content

Compute (31) — details

ToolDescription
sapiom_runRun code snippet in the cloud (Node/Python/Go/Rust)
sapiom_run_listList recent code runs
sapiom_run_getGet run result by ID
sapiom_sandbox_createCreate a persistent cloud sandbox
sapiom_sandbox_listList active sandboxes
sapiom_sandbox_getGet sandbox details
sapiom_sandbox_deleteDelete a sandbox
sapiom_sandbox_extendExtend sandbox lifetime
sapiom_sandbox_execExecute a command in a sandbox
sapiom_sandbox_deployDeploy sandbox as a persistent service
sapiom_sandbox_write_fileWrite a file to a sandbox
sapiom_sandbox_read_fileRead a file from a sandbox
sapiom_sandbox_list_filesList files in a sandbox directory
sapiom_sandbox_delete_fileDelete a file from a sandbox
sapiom_sandbox_process_logsGet process stdout/stderr logs
sapiom_sandbox_process_listList running processes in a sandbox
sapiom_sandbox_process_getGet process details by PID
sapiom_sandbox_process_stopGracefully stop a process
sapiom_sandbox_process_killForce-kill a process
sapiom_sandbox_preview_createCreate a public preview URL for a port
sapiom_sandbox_preview_listList active preview URLs
sapiom_sandbox_preview_deleteDelete a preview URL
sapiom_sandbox_portsList open ports in a sandbox
sapiom_job_deployDeploy a scheduled/triggered job
sapiom_job_listList deployed jobs
sapiom_job_getGet job details
sapiom_job_updateUpdate job config
sapiom_job_deleteDelete a job
sapiom_job_triggerManually trigger a job execution
sapiom_job_list_executionsList job execution history
sapiom_job_get_executionGet execution result by ID

Data (23) — details

ToolDescription
sapiom_redis_createCreate a serverless Redis database
sapiom_redis_create_fixedCreate a fixed-size Redis database
sapiom_redis_listList Redis databases
sapiom_redis_deleteDelete a Redis database
sapiom_redis_updateRename a Redis database
sapiom_redis_commandExecute any Redis command
sapiom_vector_createCreate a vector index
sapiom_vector_listList vector indexes
sapiom_vector_deleteDelete a vector index
sapiom_vector_updateUpdate vector index settings
sapiom_vector_upsertUpsert vectors with metadata
sapiom_vector_queryQuery vectors by similarity
sapiom_searchindex_createCreate a full-text search index
sapiom_searchindex_listList search indexes
sapiom_searchindex_deleteDelete a search index
sapiom_searchindex_updateUpdate search index schema
sapiom_searchindex_upsertUpsert documents into search index
sapiom_searchindex_queryQuery a search index
sapiom_database_createProvision an ephemeral Neon Postgres database
sapiom_database_priceGet Postgres price estimate (free)
sapiom_database_listList active Postgres databases
sapiom_database_getGet Postgres database details + connection URI
sapiom_database_deleteDelete a Postgres database

Messaging (16) — details

ToolDescription
sapiom_message_publishPublish a message to a URL endpoint
sapiom_message_enqueueEnqueue a message to a named queue
sapiom_message_batchSend multiple messages in one call
sapiom_message_getGet message delivery status
sapiom_message_cancelCancel a pending message
sapiom_schedule_createCreate a recurring schedule (cron)
sapiom_schedule_listList schedules
sapiom_schedule_getGet schedule details
sapiom_schedule_deleteDelete a schedule
sapiom_schedule_pausePause a schedule
sapiom_schedule_resumeResume a paused schedule
sapiom_queue_listList message queues
sapiom_queue_getGet queue details
sapiom_queue_deleteDelete a queue
sapiom_queue_pausePause a queue
sapiom_queue_resumeResume a paused queue

Search (2) — details

ToolDescription
sapiom_searchWeb search via Linkup — AI-synthesised answer with sources
sapiom_deep_searchWeb search via You.com — formatted web + news results

AI Models (2) — details

ToolDescription
sapiom_chatSend a prompt to any LLM via OpenRouter
sapiom_list_modelsList available LLM models and pricing

Audio (3) — details

ToolDescription
sapiom_text_to_speechConvert text to speech (ElevenLabs)
sapiom_sound_effectsGenerate sound effects from description
sapiom_list_voicesList available ElevenLabs voices (free)

Images (1) — details

ToolDescription
sapiom_generate_imageGenerate images from text prompt (Fal.ai FLUX)

Verify (2) — details

ToolDescription
sapiom_verify_sendSend a verification code via SMS
sapiom_verify_checkCheck a 6-digit verification code

Governance (6) — details

ToolDescription
sapiom_create_agentRegister a named agent for tracking
sapiom_list_agentsList registered agents
sapiom_create_spending_ruleCreate spending/usage limits
sapiom_list_spending_rulesList spending rules
sapiom_create_transaction_api_keyCreate a new API key
sapiom_authenticateGet auth flow instructions

Recipes

1. Research a Topic

sapiom_search (quick answer) → sapiom_deep_search (more results) → sapiom_fetch (read full articles) → sapiom_chat (summarize findings)

2. Monitor a Page for Changes

sapiom_scrape (get content) → sapiom_redis_command (store hash, compare with previous) → sapiom_message_publish (alert on change) → sapiom_schedule_create (run every hour)

3. Build a Knowledge Base

sapiom_crawl (crawl docs site) → sapiom_crawl_status (get pages) → sapiom_vector_upsert (store embeddings) → sapiom_vector_query (semantic search)

4. Run & Deploy Code

sapiom_run (test code snippet) → sapiom_sandbox_create (persistent environment) → sapiom_sandbox_exec (iterate) → sapiom_job_deploy (schedule for production)

5. Generate Media

sapiom_generate_image (create visuals) + sapiom_text_to_speech (narration) + sapiom_sound_effects (background audio)

Tips

  • tool_discover finds the right tool by keyword — it's free, use it when unsure
  • Pass agentName on gateway calls for per-agent spend tracking
  • sapiom_search (Linkup) = fast AI answer; sapiom_deep_search (You.com) = more raw results
  • Provision resources before using them: sapiom_redis_create, sapiom_vector_create, sapiom_database_create
  • Set spending rules via sapiom_create_spending_rule before deploying autonomous agents
  • sapiom_database_price is free — always check cost before creating a Postgres DB

SDK Access (Direct HTTP)

For direct HTTP calls without MCP, use the SDK:

npm install @sapiom/fetch
# or: npm install @sapiom/axios axios
const { createFetch } = require("@sapiom/fetch");
const safeFetch = createFetch({ apiKey: process.env.SAPIOM_API_KEY });

const res = await safeFetch("https://linkup.services.sapiom.ai/v1/search", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ q: "quantum computing", depth: "standard", outputType: "sourcedAnswer" }),
});

Python/curl: use standard HTTP with X-402-Payment header — see reference files for gateway URLs.

Troubleshooting

IssueCauseFix
402 Payment RequiredInsufficient balance or spending rule hitTop up at app.sapiom.ai or check sapiom_list_spending_rules
MCP connection refusedWrong URL or auth issueVerify URL is https://api.sapiom.ai/v1/mcp; try browser auth or check API key
tool_discover returns nothingToo vague queryUse specific keywords: "scrape", "redis", "image", "search"
Scrape returns emptyJS-rendered page needs wait timeUse sapiom_scrape with waitFor: 3000 instead of sapiom_fetch
"Resource not found"Using data tool before provisioningCreate first: sapiom_redis_create, sapiom_vector_create, etc.
Database URI missingDB still provisioningWait a few seconds, then sapiom_database_get to check status

References

FileDomainTools
scraping.mdFirecrawl + Anchor Browser9
compute.mdSandboxes, Jobs, Runs31
data.mdRedis, Vector, Search, Postgres23
messaging.mdQStash Messages, Schedules, Queues16
search.mdLinkup + You.com2
ai-models.mdOpenRouter Chat + Models2
audio.mdElevenLabs TTS + SFX3
images.mdFal.ai Image Generation1
verify.mdPrelude Phone Verification2
governance.mdAgents, Rules, API Keys6

Full docs: https://docs.sapiom.ai (append .md to any URL for raw markdown)

适合场景

01

调用多模型

02

代码和文本生成

03

Agent 推理流程

04

OpenRouter 模型接入

能力概览

能力 1

统一调用多种 LLM

能力 2

支持 Claude、Gemini、Kimi 等模型

能力 3

适合聊天、代码和推理任务

能力 4

可作为 Agent 模型调用入口

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.12%
按下载量换算58

Claude

29.28%
按下载量换算46

Cursor

19.27%
按下载量换算30

Gemini CLI

9.34%
按下载量换算15

安全审计

Gen Agent Trust Hub

可疑

Socket

未通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills