スキル一覧に戻る
antoniolg

academy-enrollments

by antoniolg

A collection of skills for AI agents

5🍴 0📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: academy-enrollments description: Manage academy enrollments by appending rows to a Google Sheet (used by Zapier/n8n to grant LearnWorlds access).

Academy enrollments (Sheets → Zapier/n8n → LearnWorlds)

LearnWorlds API is not available on the current plan, so enrollment actions are triggered by writing rows into a Google Sheet that Zapier/n8n watches.

Sheet

  • Configure defaults in ~/.config/skills/config.json under academy_enrollments:
    • account: Google account for Sheets access
    • sheet_id: Spreadsheet ID

Example:

{
  "academy_enrollments": {
    "account": "you@example.com",
    "sheet_id": "spreadsheet_id_here"
  }
}

Tabs (actual names in the sheet):

  • Dar acceso (append rows to grant access)
  • Quitar acceso
  • Añadir tag
  • Eliminar tag

Dar acceso columns (A:E):

  • email, nombre, apellidos, producto, precio

Helpers

  • Natural-language helper (best effort parser):

    • scripts/enroll-nl "Enroll Nombre Apellidos (email@dom.com) in AI Expert precio 997"
  • Low-level helper (explicit args):

    • scripts/enroll-grant-access.sh --email ... --nombre ... --apellidos ... --formacion "AI Expert" --precio 997
    • If not configured, pass --account and --sheet-id explicitly.
  • List known product IDs seen in the sheet:

    • scripts/enroll-list-products.sh
    • If not configured, pass --account and --sheet-id explicitly.

Agent behavior

When the user asks in natural language to enroll someone:

  1. Parse email, full name, course name (e.g. "AI Expert"), optional price.
  2. Confirm parsed fields before appending the row (ask for explicit OK if any field is ambiguous).
  3. Append a row to Dar acceso via the helper.
  4. Reply with a short confirmation.

Avoid posting any sensitive data beyond the minimum necessary (email + course). Do not paste full sheet contents in chat.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です