slack_report
Installation
SKILL.md
Slack Report Share
Overview
Use this skill to send markdown reports to Slack through the Fastfold Cloud backend endpoint:
POST /v1/slack/messages/agent-cli-report
The endpoint posts to the configured agent_cli_report Slack channel and stores the same markdown as a library markdown item.
Authentication
Preferred (Sandwalk agent): Integrations → Fastfold AI Cloud, exposed as
FASTFOLD_API_KEY. Use env vars — do not hardcode or search home config paths.
Do not ask users to paste secrets into chat. Do not ask for .env / export
until the helper script fails with a clear auth error. Prefer
printenv FASTFOLD_API_KEY or run the script.