CommunityEscrita e Ediçãogithub.com

liufeng1976/bossai-intelligence-brief-skill

Agent-installable public-source intelligence brief Skill with must-read, quick-read, and skip triage.

O que é bossai-intelligence-brief-skill?

bossai-intelligence-brief-skill is a Claude Code agent skill that agent-installable public-source intelligence brief Skill with must-read, quick-read, and skip triage.

Funciona com~Claude Code~Codex CLI~Cursor
npx skills add liufeng1976/bossai-intelligence-brief-skill

Installed? Explore more Escrita e Edição skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

Perguntar na sua IA favorita

Abre um novo chat com esta habilidade de agente já pré-carregada.

Documentação

BossAI Intelligence Brief

Use this Skill when the user asks to:

  • collect the latest items from configured public sources;
  • generate a morning or daily intelligence brief;
  • reduce Hacker News, ArXiv, Reddit, RSS, or Atom feeds into a short reading list;
  • classify information into MUST_READ, QUICK_READ, and SKIP;
  • extract evidence-backed content angles from the highest-ranked items;
  • validate or troubleshoot the intelligence source configuration;
  • optionally push a generated brief through a user-configured webhook.

Resolve the Skill home

Resolve the project home in this order:

  1. read skillHome from config.json beside this file;
  2. use environment variable BOSSAI_INTELLIGENCE_SKILL_HOME;
  3. use the repository root when this Skill is running directly from the cloned repository;
  4. otherwise report that scripts/install-skill.mjs must be run.

Never guess a project path.

Required first-run verification

Before a live scan:

  1. run npm test in the Skill home;
  2. run the fixture demo;
  3. inspect outputs/demo/manifest.json and confirm ok=true;
  4. validate the user's live config;
  5. only then run a live collection.

Commands:

npm test
npm run demo
node bin/bossai-intelligence-brief.mjs validate --config config/sources.example.json

Generate a brief

node bin/bossai-intelligence-brief.mjs run \
  --config config/sources.local.json \
  --output outputs/latest

Add --push only when:

  • notification.enabled=true in the selected config;
  • the user explicitly configured the webhook environment variable;
  • the user asked for delivery.

Never print the webhook URL or any API key.

Read the result

Prefer brief.json for Agent reasoning and brief.md for user delivery.

The Agent should report:

  • number of configured, successful, and failed sources;
  • MUST_READ and QUICK_READ counts;
  • the top items with source URLs;
  • whether AI review was actually used;
  • any source failures;
  • where the output files were written.

Do not claim AI review was used when meta.llm.used=false.

Truthfulness rules

  • Public posts and articles are source evidence, not verified customer orders or guaranteed market demand.
  • Preserve the original source URL for every recommendation.
  • Clearly separate source facts from the Agent's inference.
  • Never invent engagement, revenue, budgets, market size, quotes, or publication dates.
  • Never hide failed feeds to make the run look healthier.
  • Demo fixture data must remain labeled as demo data.

Safety boundaries

This Skill is read-only toward source platforms. It must not:

  • log in to social platforms;
  • bypass access controls;
  • publish content;
  • send customer messages;
  • purchase, pay, refund, delete, or modify external data;
  • scrape private pages or feeds without explicit authorization.

Licensing

This source-available Skill is free for personal non-commercial use. Commercial operation, enterprise internal use for profit, paid services, SaaS integration, white-label delivery, or paid redistribution requires written authorization from 刘风 / BossAI.

Habilidades Relacionadas

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community