slack_report

Share markdown reports to the user's configured Slack agent_cli_report channel via Fastfold API, and persist the markdown as a library item.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "slack_report" with this command: npx skills add fastfold-ai/skills/fastfold-ai-skills-slack-report

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

  • Resolve key in this order:
    1. FASTFOLD_API_KEY from environment
    2. FastFold CLI config ~/.fastfold-cli/config.json (api.fastfold_cloud_key)
  • Do not ask users to paste secrets into chat.
  • If key is still missing:
    • Default guidance (generic agents): ask the user to set FASTFOLD_API_KEY in environment or .env.
    • Only if user is explicitly using FastFold CLI, you may suggest:
      • fastfold setup
      • fastfold config set api.fastfold_cloud_key <key>

When to Use

  • User asks to share/export a session report to Slack.
  • User asks to send markdown summary to the team's report channel.
  • User asks to save a report in the library and Slack in one step.

Agent Workflow

  1. Export or prepare markdown report content.
  2. Call the helper script:
    • python -m ct.skills.slack_report.scripts.send_agent_cli_report --markdown-file <path>
    • Do not replace this with ad-hoc Python requests code.
  3. If response has ok: false and needs_slack_setup: true, tell user:
  4. If response includes library_item_id, include this open link in the reply:
    • https://cloud.fastfold.ai/code/<library_item_id>?from=library

Friendly Failure Message

If Slack is not configured, return a user-friendly instruction and include:

Resources

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

fold

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

Repository SourceNeeds Review
163K94.2Kanthropics
Coding

remotion-best-practices

Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.

Repository SourceNeeds Review
149.4K2.1Kremotion-dev
Coding

azure-ai

Service Use When MCP Tools CLI

Repository SourceNeeds Review
137.3K155microsoft