← 返回 Skills 市场
ivangdavila

OAuth

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
1219
总下载
2
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install oauth
功能描述
Implement OAuth 2.0 and OpenID Connect flows securely.
安全使用建议
This skill is documentation only and appears coherent and low-risk. It will not run code or ask for secrets by itself. If you use these recommendations to implement OAuth/OIDC in your application, ensure you: (1) use well-maintained OAuth libraries rather than copying ad-hoc code; (2) keep client_secrets and tokens out of client-side code and out of version control; (3) follow the checklist items (PKCE for public clients, exact redirect URIs, HTTPS, short-lived tokens, token revocation); and (4) review any code that implements these flows for secure handling/storage/transmission of credentials. If you plan to let an agent perform deployments or configure servers automatically, verify the agent's runtime environment and credential access separately — this skill itself does not request or manage secrets.
功能分析
Type: OpenClaw Skill Name: oauth Version: 1.0.0 The skill bundle contains only metadata and a comprehensive markdown document (`SKILL.md`) detailing best practices and security considerations for implementing OAuth 2.0 and OpenID Connect. There is no executable code, no instructions for the AI agent to perform any actions, no attempts at prompt injection, and no evidence of data exfiltration, malicious execution, persistence, or obfuscation. The content is purely informational and educational, aligning perfectly with its stated purpose of securely implementing OAuth.
能力评估
Purpose & Capability
The name/description match the SKILL.md content: a concise set of secure OAuth2/OIDC implementation recommendations. The skill requests no unrelated binaries, env vars, or config paths, which is appropriate for a documentation-style guidance skill.
Instruction Scope
SKILL.md contains only implementation guidance (flows, PKCE, state, redirect validation, token handling, etc.). It does not instruct the agent to read files, access environment variables, call external endpoints, or transmit data. Scope stays within describing secure OAuth/OIDC practices.
Install Mechanism
No install spec and no code files (instruction-only). This is lowest-risk: nothing is written to disk and no external packages are fetched.
Credentials
The skill declares no required environment variables or credentials. The doc discusses tokens and client secrets conceptually (which is expected) but does not request those secrets from the environment.
Persistence & Privilege
always is false and the skill has no install steps or persistent components. It does not attempt to modify other skills or system-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install oauth
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /oauth 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug oauth
版本 1.0.0
许可证
累计安装 10
当前安装数 9
历史版本数 1
常见问题

OAuth 是什么?

Implement OAuth 2.0 and OpenID Connect flows securely. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1219 次。

如何安装 OAuth?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install oauth」即可一键安装,无需额外配置。

OAuth 是免费的吗?

是的,OAuth 完全免费(开源免费),可自由下载、安装和使用。

OAuth 支持哪些平台?

OAuth 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 OAuth?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论