Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

graineaigraineai 搜索

Agent Skill

graineai 用于处理音频、语音、转写和声音素材相关任务,适合在 OpenClaw 中需要整理音频流程、转写内容或生成配音素材时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,930

周安装

159

GitHub Stars

公开资料未说明

下载量

1,234
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:graineai(graineai 搜索)
来源仓库:https://github.com/rishabh171998/graineai
安装命令:
openclaw skills install graineai
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install graineai

简介

使用graine.ai 上的NoddyAI API 管理语音代理、拨打和转接电话、处理电话事件以及检索通话记录。

SKILL.md

NoddyAI API Skill

Call the NoddyAI platform API (graine.ai) to manage voice agents, place calls, handle telephony, and retrieve call records.

Security, credentials, and user consent (read first)

No secrets ship in this skill. This package is documentation only (markdown files). It does not contain API keys, tokens, passwords, or org_id values. Operators must supply credentials via the host (OpenClaw secrets, environment variables, or your workspace's approved credential store - see host documentation). The model must use Authorization: Bearer only with a key the user or runtime already configured, never invent or embed credentials in skill text.

Declare required configuration to the user. Before any API call, ensure a Graine/NoddyAI API key (prefix gat_) and an organization- id are available from configuration; if missing, ask the user to add them - do not proceed with placeholder secrets.

Confirm before high-impact actions. Obtain explicit user confirmation before: placing outbound or batch calls, transferring live calls, revoking API tokens, deleting agents, or changing inbound webhook URLs. Summarize the exact numbers, agent IDs, or URLs affected.

What “save IDs” means. Retain call_sid, agent IDs, and similar values only in the current task/session so follow-up calls (e.g. GET call status) work. Do not send credentials or tokens to third parties; do not store identifiers beyond what the user expects for the active workflow.

Webhooks. webhook_url and inbound webhook fields send events to URLs the user provides. They must verify those endpoints are under their control before PATCH/POST that set webhooks.

ClawHub / OpenClaw notes

  • This skill describes HTTP calls to https://api.graine.ai. It does not require a local openclaw run command (many CLI versions have no run - use openclaw --help).
  • Test locally with curl or any HTTP client; see README.md for CLI troubleshooting and ClawHub publish tips (slug conflicts, network status codes).

Setup

Credential source (not in repo): API key and org id come from user/host configuration only.

All requests require:

  • Base URL: https://api.graine.ai (fixed; no other base URLs for this skill)
  • Auth header: Authorization: Bearer <API_KEY> - key prefix gat_, supplied by the user or secret store
  • org_id: organization ID (format organization-XXXX), supplied by the user or secret store

Refer to endpoints.md for the full endpoint reference and examples.md for ready-to-use request bodies.

How to use this skill

When the user asks you to interact with NoddyAI, identify which operation they need from the list below and construct the HTTP request using the details in endpoints.md.

Operations available

#OperationMethodPath
1Validate API tokenGET/api/v1/api-tokens/validate-token
2List API tokensGET/api/v1/api-tokens/list-tokens
3Revoke API tokenDELETE/api/v1/api-tokens/revoke-token/{token}
4Create voice agentPOST/api/v1/agents
5Get agent (runtime format)GET/api/v1/agents/{agent_id}
6List agentsGET/api/v1/agents
7Update agent voice/synthesizerPATCH/api/v1/agents/{agent_id}
8Update agent system promptPATCH/api/v1/agents/{agent_id}
9Add API tool/skill to agentPATCH/api/v1/agents/{agent_id}
10Delete agentDELETE/api/v1/agents/{agent_id}
11Make outbound callPOST/api/v1/telephony/call
12Get call statusGET/api/v1/telephony/call/{call_sid}
13Transfer call (human handoff)POST/api/v1/telephony/transfer
14Create inbound agentPOST/api/v1/telephony/inbound-agents
15Update inbound webhook URLsPATCH/api/v1/telephony/inbound-agents/webhooks
16Submit batch callPOST/api/v1/batch/calls
17Upload CSV batchPOST/api/v1/batch/upload
18List call recordsGET/api/v1/calls
19Get single call recordGET/api/v1/calls/{call_sid}

Response behavior

  • Always show the HTTP status and response body to the user (redact full Bearer tokens if echoing headers).
  • For call_sid values returned from telephony, keep them in this conversation for follow-up status checks only.
  • For agent IDs from create operations, keep them in this conversation for follow-up PATCH/DELETE only.
  • Webhook payload shapes are in webhooks.md - use when the user builds or debugs their own webhook servers.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

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

平台分布

OpenClaw

91.53%
按下载量换算1,129

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills