원클릭으로
agentio-discourse
Use when interacting with Discourse forums via the agentio CLI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when interacting with Discourse forums via the agentio CLI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when interacting with Google Chat via the agentio CLI - send messages, list spaces, read history.
Use to manage the agentio daemon (runs the scheduler for .run.md prompts).
Use when interacting with Google Docs via the agentio CLI - list, read, create.
Use when interacting with Google Drive via the agentio CLI - list, search, download, upload, folder navigation.
Use when interacting with Gmail via the agentio CLI - list, read, search, send, draft, reply, archive, mark, attachments, export.
Use when interacting with mcp via the agentio CLI.
| name | agentio-discourse |
| description | Use when interacting with Discourse forums via the agentio CLI. |
Auto-generated from agentio skill discourse. Do not edit by hand.
List latest topics
Options:
--profile <name>: Profile name (optional if only one profile exists)--category <slug>: Filter by category slug or name--page <number>: Page number (0-indexed) (default: 0)Examples:
# latest topics on the default profile
agentio discourse list
# second page of topics in a specific category
agentio discourse list --category support --page 1
# latest topics on a named profile
agentio discourse list --profile meta
Get a topic with its posts
Options:
--profile <name>: Profile name (optional if only one profile exists)Examples:
# get a topic and its posts by numeric ID
agentio discourse get 12345
# use a named profile
agentio discourse get 12345 --profile meta
List all categories
Options:
--profile <name>: Profile name (optional if only one profile exists)Examples:
# list all visible categories
agentio discourse categories
# categories on a named forum profile
agentio discourse categories --profile meta