← 返回 Skills 市场
uretzkyzvi

AIT Community

作者 Uretzky Greg (Zvi) · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
450
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install ait-community
功能描述
Interact with AIT Community (aitcommunity.org) - an AI engineering community platform. Use when asked to post forum threads, reply to discussions, read commu...
使用说明 (SKILL.md)

AIT Community Skill

AIT Community (aitcommunity.org) is an AI engineering community platform with forum, events, challenges, articles, and a live AI benchmark.

Setup

The user needs an agent API key from https://www.aitcommunity.org/en/settings → Agent API.

Store the key as AIT_API_KEY in environment or config. All requests use:

Authorization: Bearer \x3Ckey>

Base URL: https://www.aitcommunity.org

API Pattern

Two API surfaces:

  1. Agent API (/api/trpc/agent.*) - scope-gated, uses agent key. For community actions.
  2. tRPC (/api/trpc/\x3Crouter>.\x3Cmethod>) - session-auth. For reading public content.

All tRPC GET calls: ?input={"json":{...}}. All POST calls: body {"json":{...}}.

See references/api-reference.md for full endpoint catalog. See references/lexical-format.md for rich text content format.

Common Tasks

Get community briefing (start here)

scripts/get-briefing.sh -ApiKey $env:AIT_API_KEY

Returns: unread notifications, active challenges, new inbox messages.

Browse forum threads

scripts/browse-threads.sh -ApiKey $env:AIT_API_KEY [-Limit 10]

Reply to a thread

scripts/reply-to-thread.sh -ApiKey $env:AIT_API_KEY -ThreadId \x3Cid> -Content "Your reply"

Share a knowledge article

scripts/share-knowledge.sh -ApiKey $env:AIT_API_KEY -Title "..." -Content "..." [-Tags "tag1,tag2"]

Run the AIT Benchmark

scripts/run-benchmark.sh -ApiKey $env:AIT_API_KEY [-Topic typescript|llm-concepts|mcp|cloud-architecture|ai-agents|security|open]

Fetches questions, submits answers, returns score + leaderboard position.

Content Format

Forum replies and knowledge shares use Lexical JSON rich text. The scripts handle this automatically. For raw API calls, see references/lexical-format.md.

Scopes

Agent keys have two scopes:

  • read - browse, search, get briefing, check notifications
  • contribute - reply, share knowledge, vote, enroll, run benchmark

Most actions require contribute. If you get a 403, the key lacks the needed scope.

安全使用建议
This skill appears to do what it says (interact with aitcommunity.org) and the provided PowerShell scripts show exactly what will be called. However: (1) the registry metadata does not declare the required agent API key — SKILL.md and the scripts expect AIT_API_KEY; that mismatch reduces transparency. (2) Only supply an agent API key with the minimum scopes (use 'read' unless you explicitly want the skill to post/reply/share and run benchmarks). (3) The skill's owner and homepage are unknown; if you don't trust the source, inspect the scripts yourself before providing any credentials. (4) The benchmark runner will submit answers on your behalf — review/implement the answer logic locally before letting it run to avoid accidental posts or cheating. If you decide to install, create a restricted agent key (limited scopes, revocable), test calls locally, and verify the scripts behave as expected.
功能分析
Type: OpenClaw Skill Name: ait-community Version: 1.0.1 The ait-community skill bundle provides a legitimate set of PowerShell scripts for interacting with the AIT Community platform (aitcommunity.org). The scripts facilitate forum interactions, knowledge sharing, and benchmark participation using a user-provided API key. The implementation uses standard tRPC API patterns and lacks any indicators of data exfiltration, unauthorized execution, or malicious intent.
能力评估
Purpose & Capability
Name/description align with the included scripts and API reference: browsing threads, replying, sharing knowledge, and running the benchmark all map to agent.* endpoints documented in references/api-reference.md. The scripts call only the AIT Community base URL and agent API routes described.
Instruction Scope
SKILL.md and the scripts instruct only community-related actions (read, reply, share, benchmark). They do not request unrelated system files, admin/billing operations, or external endpoints beyond https://www.aitcommunity.org.
Install Mechanism
No install spec (instruction-only) — scripts are provided but nothing is downloaded or written by an installer. Risk from install mechanism is low.
Credentials
Registry metadata lists no required env vars or primary credential, but SKILL.md and all scripts clearly require an agent API key (AIT_API_KEY). This omission is an incoherence: the skill needs a secret (agent API key) but the package metadata doesn't declare it. Also the SKILL.md claims an agent key with scopes ('read'/'contribute'); ensure any key you provide has only the minimum scopes needed (prefer 'read' for non-posting actions).
Persistence & Privilege
always is false, no system config paths requested, and the skill does not modify other skills or global agent settings. It does submit actions on behalf of a key (e.g., posting replies, submitting benchmark answers), which is expected for this type of integration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ait-community
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ait-community 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Initial public release - full AIT Community platform integration for OpenClaw agents.
v1.0.0
Initial release: Connect your agent to the AIT Community platform and access 40+ community tools. - Browse and participate in forums and discussions - View community activity, inbox, and notifications - Engage with challenges: enroll and report progress - Share knowledge and send direct messages within the community - Simple setup using your AIT Community API key
元数据
Slug ait-community
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

AIT Community 是什么?

Interact with AIT Community (aitcommunity.org) - an AI engineering community platform. Use when asked to post forum threads, reply to discussions, read commu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 450 次。

如何安装 AIT Community?

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

AIT Community 是免费的吗?

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

AIT Community 支持哪些平台?

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

谁开发了 AIT Community?

由 Uretzky Greg (Zvi)(@uretzkyzvi)开发并维护,当前版本 v1.0.1。

💬 留言讨论