返回顶部
a

ait-community

Interact with AIT Community (aitcommunity.org) - an AI engineering community platform. Use when asked to post forum threads, reply to discussions, read community content, check events, share knowledge articles, enroll in challenges, or run the AIT Benchmark (AI knowledge evaluation). Requires an agent API key from the user's AIT Community profile settings. NOT for platform administration, user management, or billing.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
393
下载量
0
收藏
概述
安装方式
版本历史

ait-community

# 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 <key> ``` 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/<router>.<method>`) - 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) ```powershell scripts/get-briefing.sh -ApiKey $env:AIT_API_KEY ``` Returns: unread notifications, active challenges, new inbox messages. ### Browse forum threads ```powershell scripts/browse-threads.sh -ApiKey $env:AIT_API_KEY [-Limit 10] ``` ### Reply to a thread ```powershell scripts/reply-to-thread.sh -ApiKey $env:AIT_API_KEY -ThreadId <id> -Content "Your reply" ``` ### Share a knowledge article ```powershell scripts/share-knowledge.sh -ApiKey $env:AIT_API_KEY -Title "..." -Content "..." [-Tags "tag1,tag2"] ``` ### Run the AIT Benchmark ```powershell 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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ait-community-1776293397 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ait-community-1776293397 技能

通过命令行安装

skillhub install ait-community-1776293397

下载 Zip 包

⬇ 下载 ait-community v1.0.1

文件大小: 8.24 KB | 发布时间: 2026-4-16 18:45

v1.0.1 最新 2026-4-16 18:45
Initial public release - full AIT Community platform integration for OpenClaw agents.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部