← 返回 Skills 市场
yequanzheng

这是我的test3

作者 yequanzheng · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
248
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install fdksafs3
功能描述
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
使用说明 (SKILL.md)

GitHub Skill

Use the gh CLI to interact with GitHub. Always specify --repo owner/repo when not in a git directory, or use URLs directly.

Pull Requests

Check CI status on a PR:

gh pr checks 55 --repo owner/repo

List recent workflow runs:

gh run list --repo owner/repo --limit 10

View a run and see which steps failed:

gh run view \x3Crun-id> --repo owner/repo

View logs for failed steps only:

gh run view \x3Crun-id> --repo owner/repo --log-failed

API for Advanced Queries

The gh api command is useful for accessing data not available through other subcommands.

Get PR with specific fields:

gh api repos/owner/repo/pulls/55 --jq '.title, .state, .user.login'

JSON Output

Most commands support --json for structured output. You can use --jq to filter:

gh issue list --repo owner/repo --json number,title --jq '.[] | "\(.number): \(.title)"'
安全使用建议
This skill simply documents gh CLI commands for GitHub. Before installing: (1) ensure you have the gh CLI installed and authenticated if you want the skill to work — the SKILL.md should have declared gh as a required binary; (2) understand that when the agent runs these commands it will use any GitHub credentials available to gh on the host (GITHUB_TOKEN or gh auth), so only enable the skill for agents you trust; (3) if you want to restrict access, don't authenticate gh in the environment where the agent runs or only allow manual invocation. If you want the author to be clearer, ask them to add a required-binary entry for gh and to explicitly document expected authentication methods.
功能分析
Type: OpenClaw Skill Name: fdksafs Version: 1.0.1 The skill bundle provides standard documentation and command examples for using the GitHub CLI (gh) to interact with repositories, pull requests, and workflow runs. The instructions in SKILL.md are aligned with the stated purpose and do not contain any malicious commands, data exfiltration attempts, or prompt injection risks.
能力评估
Purpose & Capability
The name/description and SKILL.md consistently describe interacting with GitHub via the gh CLI. However, the skill does not declare the gh binary as a required dependency even though all runtime examples use gh; this is a minor omission but worth noting.
Instruction Scope
Instructions are narrowly scoped to running gh commands (PR checks, runs, logs, gh api queries, and JSON output). They do not instruct the agent to read unrelated files, network endpoints, or secrets beyond GitHub usage.
Install Mechanism
No install spec is provided (instruction-only), which is low risk because nothing is written to disk by the skill itself.
Credentials
The skill declares no required env vars, which aligns with its instruction-only nature. Be aware that gh uses the host's GitHub credentials (e.g., GITHUB_TOKEN, gh auth, or credential helpers); running the commands will therefore use whatever GitHub auth is present on the machine/agent. This is expected for a GitHub helper but is a gateway to your GitHub access if the agent is allowed to run commands.
Persistence & Privilege
No persistent or elevated privileges are requested. always is false and the skill does not attempt to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fdksafs3
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fdksafs3 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Fixed a formatting issue in the skill metadata section. The "description" field is now correctly included after the "name" field. - No changes to functionality.
v1.0.2
- Replaced SKILL.md with a new skill.md file using a standardized filename. - Updated description to better summarize GitHub CLI usage for issues, pull requests, CI runs, and advanced queries. - Removed non-English and placeholder text from metadata for clarity and consistency.
v1.0.1
- Updated SKILL.md with a minor change to the "githubdescription" field. - Removed unnecessary files: _meta.json and skill.md. - Added SKILL.md as the documentation file for the skill.
v1.0.0
- Initial release of the GitHub Skill. - Provides usage examples for common GitHub CLI (`gh`) commands related to pull requests and workflow runs. - Includes instructions for accessing advanced data using `gh api`. - Documents how to use `--json` and `--jq` options for structured and filtered output. - Instructions and descriptions are provided in both English and Chinese.
元数据
Slug fdksafs3
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

这是我的test3 是什么?

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 248 次。

如何安装 这是我的test3?

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

这是我的test3 是免费的吗?

是的,这是我的test3 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

这是我的test3 支持哪些平台?

这是我的test3 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 这是我的test3?

由 yequanzheng(@yequanzheng)开发并维护,当前版本 v1.0.1。

💬 留言讨论