{"slug":"bam-bam-2-daily-brief-bot","name":"daily-brief-bot","description":"매일 정해진 시간에 관심 주제 아티클을 수집·요약해 디스코드로 받는 봇을 만들고 튜닝한다. 톤·길이·발송 시각 조정 방법 포함.","long_description":"---\nname: daily-brief-bot\ndescription: \"매일 정해진 시간에 관심 주제 아티클을 수집·요약해 디스코드로 받는 봇을 만들고 튜닝한다. 톤·길이·발송 시각 조정 방법 포함.\"\n---\n\n# 데일리 브리프봇\n\n사용자는 매일 아침 10시에 디스코드 DM으로 **데일리 브리프봇** 아티클을 받는다.\n지피터스(gpters.org) 신규 글을 전부 읽고, 사용자의 제2두뇌 볼트·에이사이드 스킬/메모리와 대조해\n사용자가 지금 붙들고 있는 고민에 닿는 3건을 골라 편지 형식으로 보낸다.\n각 항목에 번호(1~3)와 원문 링크가 붙어 있다.\n\n\"여백\"은 이 봇이 후보를 고르는 내부 판정 기준을 부르는 말이다(볼트에 한 번도 안 나온 것).\n사용자에게 말할 때는 봇 이름인 **데일리 브리프봇**으로 부른다.\n\n## 트리거\n\n- **\"데일리 브리프봇 고치자\"** — 톤·길이·건수·시간 등 편집. 아래 편집 표 참고\n- **\"데일리 브리프봇 2번 해보자\"** / \"8/13 2번 해보자\" / \"어제 그거 해보자\" — 실행\n- \"오늘 데일리 브리프봇 뭐 왔어\" — 읽어주기만\n- \"이거 볼트에 넣어\" — 볼트 승격\n- 옛 호칭 \"여백 브리핑\"으로 불러도 같은 것을 가리킨다\n\n## 인프라 위치 (전부 원격 머신, `ssh remote-host`)\n\n```\n~/Projects/<프로젝트>/\n  prompt-template.md  ★ 톤·형식·길이·몇 건을 결정하는 유일한 파일. 편집은 거의 여기만 고친다\n  collect.mjs   지피터스 신규 글 수집 (Bettermode GraphQL, 게스트 토큰 · 로그인 불필요)\n  brief.mjs     볼트·스킬·메모리 대조 → 후보 22건 추린 뒤 템플릿에 끼워 프롬프트 생성\n  verify.mjs    브리핑 링크가 실제 수집분인지 대조·정정\n  dm.py         디스코드 DM 발송 (stdin → 사용자 DM, 1900자씩 분할)\n  capture.py    사용자의 DM 답장 회수 (10분마다)\n  run.sh        매일 10:00 전체 실행 (launchd com.bambam.gpters-brief)\n  .env          DISCORD_TOKEN / BAMBAM_USER_ID / CLAUDE_CODE_OAUTH_TOKEN (600)\n  ctx/          맥북에서 동기화한 에이사이드 skills/ · memory/ (\"이미 하고 있는 것\" 판정용)\n  state/\n    posts-YYYY-MM-DD.json   그날 수집한 글 전문\n    brief-YYYY-MM-DD.md     그날 보낸 아티클\n    marks.jsonl             사용자가 DM에서 표시한 관심 항목\n    done.jsonl              실제로 실현한 항목 (재제안 금지 목록)\n```\n\n사용자 볼트: `~/Library/Mobile Documents/com~apple~CloudDocs/제2두뇌` (원격 머신에서도 접근됨)\n\n## 현재 확정된 형식 (2026-08-13 사용자 승인)\n\n- **아티클이다. 목록이나 알림이 아니다.** 링크를 하나도 안 눌러도 내용을 다 알 수 있어야 한다.\n- 문체는 **\"사용자님\" + 해요체의 편지**. 관찰 보고서 금지.\n- 첫 문단은 반드시 **\"요즘 ~에 걸려 계신 것 같아요\"** 로 시작해 고민을 한 가지로 짚는다.\n  노트 제목 나열 금지. 틀려도 좋으니 구체적으로 짚는다.\n- 3건, 전체 1만자 안팛. 앞 2건은 짚은 고민에 바로 닿는 것, 마지막 1건은 안 해본 것.\n- 각 항목: 그 사람 상황 → 무엇을 어떻게 했는지(도구·프롬프트·숫자 그대로) → 결과\n  → 사용자님 쪽이랑 겹치는 데(볼트·스킬 근거) → \"이거 한번 시도해보시면 어때요?\" → 오늘 30분 → 원문 링크\n\n## 편집 요청 처리\n\n사용자가 \"데일리 브리프봇 고치자\" 계열로 말하면 아래에서 해당하는 파일만 고친다.\n\n| 요청 | 고칠 곳 |\n|---|---|\n| 톤, 문체, 형식, 길이, 몇 건, 어떤 순서로, 금지 표현 | `prompt-template.md` ← 거의 전부 여기 |\n| 어떤 글을 후보로 올릴지 (점수 기준, 후보 개수, 활동 판정 기간 7일) | `brief.mjs` |\n| 어떤 카테고리를 수집할지, 몇 건 가져올지 | `collect.mjs` |\n| 보내는 시각 | `~/Library/LaunchAgents/com.bambam.gpters-brief.plist` → 수정 후 unload/load |\n| 모델 (클로드 → 코덱스 폴백) | `run.sh` |\n\n고친 뒤에는 반드시 한 번 돌려보고 결과를 보여준 다음 발송한다.\n```\nssh remote-host 'cd ~/Projects/<프로젝트> && node brief.mjs && set -a && . ./.env && set +a && claude -p < state/prompt-<날짜>.txt'\n```\n\n맥북 스킬/메모리가 바뀜으면 판정 근거도 갱신해야 한다.\n```\nrsync -az --delete 스킬 폴더 remote-host:~/Projects/<프로젝트>/ctx/skills/\nrsync -az --exclude='.history.jsonl' --exclude='memory-index.json' --exclude='.moss-cache' --exclude='.git' 에이전트 메모 remote-host:~/Projects/<프로젝트>/ctx/memory/\n```\n\n## \"데일리 브리프봇 N번 해보자\" 처리 절차\n\n1. **원문 전문부터 읽는다.** 브리핑 요약만 보고 시작하지 마라.\n   ```\n   ssh remote-host 'cat ~/Projects/<프로젝트>/state/brief-<날짜>.md'\n   ```\n   해당 항목의 링크에서 post ID를 뽑아 `posts-<날짜>.json`에서 `body`를 꺼낸다.\n\n2. **사용자 볼트의 관련 노트를 읽는다.** 브리핑의 \"사용자 쪽 연결\" 줄에 적힌 노트를 실제로 열어본다.\n   남이 쓴 방법을 그대로 옮기지 말고, 사용자가 이미 가진 것과 겹치는 부분을 먼저 확인한다.\n\n3. **사용자 환경 기준으로 다시 짠 실행안을 제시하고 승인받는다.**\n   - 원문에서 그대로 쓸 것 / 사용자 환경에 맞게 바꿀 것 / 안 쓸 것을 구분해서 보여준다\n   - 되돌리기 어려운 작업(배포, 결제, 삭제)은 승인 전에 절대 실행하지 않는다\n\n4. **실행한다.** 무거운 작업이면 원격 머신로 넘긴다(`macmini-offload` 스킬).\n\n5. **끝나면 기록한다.**\n   - 볼트: 새 노트를 만들지 말고 **기존 노트에 한 줄 덧붙인다.** `[[위키링크]]` 문법 지킬 것.\n     예) `참고: 정본노트를 채널별 브리프로 분리하는 OSMU 방식 — https://...`\n     새 개념 노트가 필요할 정도면 사용자에게 먼저 묻는다.\n   - `done.jsonl`에 한 줄 추가:\n     ```\n     ssh remote-host 'echo \"{\\\"date\\\":\\\"2026-08-13\\\",\\\"no\\\":2,\\\"post\\\":\\\"<postId>\\\",\\\"title\\\":\\\"...\\\",\\\"result\\\":\\\"...\\\"}\" >> ~/Projects/<프로젝트>/state/done.jsonl'\n     ```\n     이게 있으면 같은 주제를 다시 제안하지 않는다.\n\n## 설계 원칙 (사용자가 직접 정한 것)\n\n- **여백 = 사용자가 지금 하는 일과 인접한데, 볼트 761개 노트에 한 번도 기록된 적 없는 것.**\n  미결 목록은 고민이 아니다. 사용자가 선택을 안 한 건 그냥 넘긴 것일 수 있다.\n- \"지금 하는 일\"은 사용자에게 묻지 말고 **볼트에서 최근 7일 수정된 노트**로 판단한다.\n- **읽지 않은 것은 볼트에 넣지 않는다.** 브리핑 원본은 원격 머신에 30일만 두고 자동 삭제된다.\n  볼트로 올라가는 건 사용자가 표시했거나 실제로 해봤을 때뿐이다.\n- 억지로 4개를 채우지 않는다. 그날 걸리는 게 없으면 비운다.\n- 볼트가 커질수록 \"이미 아는 것\"이 두꺼워져 여백이 좁아진다. 그게 정상이다.\n\n## 톤\n\n- 이모지 쓰지 않는다.\n- 금지 표현: \"~이 아니라\" 대조 구문, \"굴러가다\", \"여정\", \"진짜 기준\", 안심시키려는 문장.\n- 볼트에 없는 걸 있다고 말하지 않는다. 근거는 실제 노트 경로로 댄다.\n\n## 아바타 교체\n\n후보 4종이 원격 머신 `~/Projects/<프로젝트>/assets/` 에 있다 (**b_bot 적용 중** / a_owl / c_book / d_cat).\n사용자가 로봇을 골랐다. 40px 원형으로 잘려도 눈 두 개와 안테나 라임 점이 살아남는다.\n커뮤니티 브랜드 컬러 기준: 배경 `#0d0d0d`, 강조 `#d4f000`. 디스코드는 작은 원으로 잘리니 여백을 넉넉히 둔 단순한 형태만 쓴다.\n\n```\nssh remote-host 'cd ~/Projects/<프로젝트> && set -a && . ./.env && set +a && python3 -c \"\nimport os,json,base64,urllib.request\nimg=base64.b64encode(open(\\\"assets/b_bot.png\\\",\\\"rb\\\").read()).decode()\nH={\\\"Authorization\\\":\\\"Bot \\\"+os.environ[\\\"DISCORD_TOKEN\\\"],\\\"User-Agent\\\":\\\"DiscordBot (https://github.com, 1.0)\\\",\\\"Content-Type\\\":\\\"application/json\\\"}\nr=urllib.request.Request(\\\"https://discord.com/api/v10/users/@me\\\",data=json.dumps({\\\"avatar\\\":\\\"data:image/png;base64,\\\"+img}).encode(),headers=H,method=\\\"PATCH\\\")\nprint(json.load(urllib.request.urlopen(r))[\\\"username\\\"])\"'\n```\n\n## 어휘 수준 (2026-08-13 교정)\n\n사용자는 개발자가 아니다. **읽다가 모르는 단어가 하나라도 나오면 실패다.**\n전문용어는 처음 나올 때 괄호로 풀고, 영어 약어는 우리말로 바꾸고, 명령어·코드는 역할 설명이 붙을 때만 쓴다.\n단 숫자와 구체적 사실은 그대로 살린다. 쉽게 쓰라는 게 내용을 빼라는 뜻이 아니다.\n자세한 규칙은 `prompt-template.md` 의 \"말투와 어휘\" 절에 있다.\n","tagline":"매일 정해진 시간에 관심 주제 아티클을 수집·요약해 디스코드로 받는 봇을 만들고 튜닝한다. 톤·길이·발송 시각 조정 방법 포함.","category":"automation","tags":["agent-skill"],"author":"bam-bam-2","verified":false,"attribution":{"status":"registry_indexed","statusLabel":"Registry indexed","shortLabel":"REGISTRY INDEXED","sourceLabel":"recursive skill source sync","sourceDetail":"bam-bam-2/solo-skills","creatorName":"bam-bam-2","creatorUrl":"https://github.com/bam-bam-2","sourceUrl":"https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot","indexedBy":"OpenAgentSkill community index","claimUrl":"https://www.openagentskill.com/skills/bam-bam-2-daily-brief-bot#claim-this-skill","claimCta":"Claim this skill","trustNote":"This listing was indexed from public sources and is not marked official until a maintainer claim is approved.","publicNote":"Attribution links to the public repository or creator profile. Creators can claim the listing to update ownership signals."},"stats":{"stars":11,"forks":4,"verified_installs":0,"successful_runs":0,"total_outcomes":0,"rating":0,"review_count":0,"quality_score":30.95},"quality":{"score":57,"tier":"promising","label":"Promising","summary":"Useful candidate, but compare it with alternatives before adopting.","signals":[{"label":"GitHub stars","value":"11","tone":"neutral"},{"label":"Freshness","value":"Today","tone":"positive"},{"label":"Install ready","value":"Yes","tone":"positive"},{"label":"License","value":"MIT","tone":"neutral"}],"warnings":["Low GitHub adoption signal","Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation."]},"trust":{"version":"trust-score-v5","score":54,"base_score":62,"outcome_confidence":0,"tier":"risk","label":"Do not auto-install","summary":"Trust Score v5 found insufficient evidence for agent installation. Treat this as discovery material, not an executable recommendation.","recommendedAction":"Choose a stronger alternative or inspect the source manually before any install attempt.","decision":{"install_policy":"human_review_before_install","auto_install_allowed":false,"human_review_required":true,"sandbox_first":true,"agent_action":"Compare alternatives before installing.","reasoning":["54/100 Trust Score v5","62/100 Trust Score v4 baseline","Needs more real agent outcomes before unattended install","Install path is available","Review before production"],"review_required_when":["The workspace contains production secrets, payments, private customer data, or irreversible actions.","The install command requests shell, network, credential, database, or broad filesystem access.","Outcome evidence is missing, recently failed, or required human review.","Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"]},"dimensions":[{"id":"github_adoption","label":"GitHub adoption","score":30,"weight":0.13,"status":"fail","detail":"11 GitHub stars"},{"id":"repo_activity","label":"Stars/forks activity","score":32,"weight":0.08,"status":"fail","detail":"11 stars, 4 forks; issue activity unavailable in current metadata"},{"id":"maintenance","label":"Recent maintenance","score":100,"weight":0.14,"status":"pass","detail":"Pushed today"},{"id":"license","label":"License clarity","score":86,"weight":0.09,"status":"pass","detail":"MIT"},{"id":"documentation","label":"README/SKILL.md completeness","score":60,"weight":0.14,"status":"warn","detail":"Public metadata needs stronger README/SKILL.md context"},{"id":"dependency_risk","label":"Dependency/runtime risk","score":64,"weight":0.12,"status":"info","detail":"credential or environment access, network or browser surface"},{"id":"installability","label":"Install availability","score":92,"weight":0.1,"status":"pass","detail":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot"},{"id":"install_safety","label":"Install command safety","score":92,"weight":0.1,"status":"pass","detail":"standard package or runtime install path"},{"id":"permission_surface","label":"Permission surface","score":60,"weight":0.07,"status":"warn","detail":"secrets or environment access, network or browser access"},{"id":"repository","label":"Repository evidence","score":86,"weight":0.04,"status":"pass","detail":"https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot"},{"id":"review_status","label":"Review status","score":66,"weight":0.05,"status":"info","detail":"AI review data available"},{"id":"agent_outcomes","label":"Agent Proven outcomes","score":54,"weight":0.13,"status":"info","detail":"No agent outcome data yet"}],"checks":[{"status":"fail","label":"GitHub adoption","detail":"11 GitHub stars"},{"status":"fail","label":"Stars/forks activity","detail":"11 stars, 4 forks; issue activity unavailable in current metadata"},{"status":"pass","label":"Recent maintenance","detail":"Pushed today"},{"status":"pass","label":"License clarity","detail":"MIT"},{"status":"warn","label":"README/SKILL.md completeness","detail":"Public metadata needs stronger README/SKILL.md context"},{"status":"info","label":"Dependency/runtime risk","detail":"credential or environment access, network or browser surface"},{"status":"pass","label":"Install availability","detail":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot"},{"status":"pass","label":"Install command safety","detail":"standard package or runtime install path"},{"status":"warn","label":"Permission surface","detail":"secrets or environment access, network or browser access"},{"status":"pass","label":"Repository evidence","detail":"https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot"},{"status":"info","label":"Review status","detail":"AI review data available"},{"status":"info","label":"Agent Proven outcomes","detail":"No agent outcome data yet"},{"status":"warn","label":"Ownership","detail":"No approved owner claim yet"},{"status":"info","label":"OpenAgentSkill usage","detail":"No local usage activity yet"},{"status":"info","label":"Agent outcomes","detail":"No agent outcome data yet"}],"strengths":["AI review approved","Install path is available","Repository evidence is available","Recently maintained repository","Install command has no obvious high-risk pattern","Outcome loop is ready but needs first real agent run"],"warnings":["Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: secrets or environment access, network or browser access","GitHub adoption: 11 GitHub stars","Stars/forks activity: 11 stars, 4 forks; issue activity unavailable in current metadata","README/SKILL.md completeness: Public metadata needs stronger README/SKILL.md context","Permission surface: secrets or environment access, network or browser access","No real agent outcome reports yet","Human review required before unattended installation"],"evidence":{"stars":"11 GitHub stars","repoActivity":"11 stars, 4 forks","lastPushed":"Pushed today","license":"MIT","repository":"https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot","install":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot","installSafety":"standard package or runtime install path","permissionSurface":"secrets or environment access, network or browser access","documentation":"Thin public metadata","agentOutcomes":"No agent outcome data yet","agentProvenScore":0,"outcomeConfidence":"0%","installPolicy":"human_review_before_install"},"installReadiness":{"ready":true,"command":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot","policy":"human_review_before_install","label":"Human review before install","notes":["Install path is available","Repository evidence is available","License is declared","No Agent Proven outcome evidence yet","Pushed today","Trust Score v5 requires review or sandbox-only use before install."]},"agentCompatibility":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"riskSummary":{"level":"medium","label":"Review before production","notes":["Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: secrets or environment access, network or browser access","GitHub adoption: 11 GitHub stars"]},"outcomeEvidence":{"total":0,"successes":0,"failures":0,"notRelevant":0,"successRate":null,"installAttempts":0,"riskBlocked":0,"setupRequired":0,"installSuccessRate":null,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"recentSuccessRate":null,"recentFailureRate":null,"uniqueAgents":0,"agentProvenScore":0,"agentProvenLabel":"Needs first agent run","lastOutcomeAt":null,"label":"No agent outcome data yet"},"autoInstall":{"allowed":false,"sandboxRequired":true,"policy":"human_review_before_install","reason":"Compare alternatives before installing."},"outcome_loop":{"version":"openagentskill-agent-outcome-v3","required_after_install":true,"endpoint":"/api/agent/outcome","method":"POST","event_id_source":"feedback.event_id, install_receipt.resolve_event_id, or decision_packet.outcome_feedback.event_id","expected_outcomes":["success","failed","not_relevant","blocked_by_risk","setup_required"],"required_fields":["event_id","skill_slug","task"],"quality_fields":["task_success","output_quality","error_type","human_review_required","used_in_production","workspace","evidence_url","time_to_useful_ms"],"ranking_inputs_updated":["Trust Score v5 outcome confidence","Agent Proven Score","Resolve ranking task-fit evidence","Skill detail machine-readable metadata","Outcome leaderboard"]},"agent_contract":{"suited_tasks":["automation","agent-skill"],"suited_agents":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"install_command":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot","trust_score":54,"trust_version":"trust-score-v5","risk_level":"medium","do_not_use_when":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"],"before_install":["Read the audit page and machine-readable metadata.","Confirm the install command, license, and permission surface fit the workspace.","Get explicit human approval or choose an alternative before installing."],"after_run":["Report the outcome to /api/agent/outcome using the resolve event id.","Include output_quality, workspace, human_review_required, and evidence_url when available.","Re-resolve before broad production rollout."]},"bestFor":["automation","agent-skill"],"doNotUseFor":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"],"knownRisks":["Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: secrets or environment access, network or browser access","GitHub adoption: 11 GitHub stars","Stars/forks activity: 11 stars, 4 forks; issue activity unavailable in current metadata","README/SKILL.md completeness: Public metadata needs stronger README/SKILL.md context","Permission surface: secrets or environment access, network or browser access"],"backward_compatible":{"trust_score_v4":{"version":"trust-score-v4","score":62,"tier":"review","label":"Manual review","summary":"Potentially useful, but at least one trust signal needs human inspection."}}},"trust_score_v5":{"version":"trust-score-v5","score":54,"base_score":62,"outcome_confidence":0,"tier":"risk","label":"Do not auto-install","summary":"Trust Score v5 found insufficient evidence for agent installation. Treat this as discovery material, not an executable recommendation.","recommendedAction":"Choose a stronger alternative or inspect the source manually before any install attempt.","decision":{"install_policy":"human_review_before_install","auto_install_allowed":false,"human_review_required":true,"sandbox_first":true,"agent_action":"Compare alternatives before installing.","reasoning":["54/100 Trust Score v5","62/100 Trust Score v4 baseline","Needs more real agent outcomes before unattended install","Install path is available","Review before production"],"review_required_when":["The workspace contains production secrets, payments, private customer data, or irreversible actions.","The install command requests shell, network, credential, database, or broad filesystem access.","Outcome evidence is missing, recently failed, or required human review.","Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"]},"dimensions":[{"id":"github_adoption","label":"GitHub adoption","score":30,"weight":0.13,"status":"fail","detail":"11 GitHub stars"},{"id":"repo_activity","label":"Stars/forks activity","score":32,"weight":0.08,"status":"fail","detail":"11 stars, 4 forks; issue activity unavailable in current metadata"},{"id":"maintenance","label":"Recent maintenance","score":100,"weight":0.14,"status":"pass","detail":"Pushed today"},{"id":"license","label":"License clarity","score":86,"weight":0.09,"status":"pass","detail":"MIT"},{"id":"documentation","label":"README/SKILL.md completeness","score":60,"weight":0.14,"status":"warn","detail":"Public metadata needs stronger README/SKILL.md context"},{"id":"dependency_risk","label":"Dependency/runtime risk","score":64,"weight":0.12,"status":"info","detail":"credential or environment access, network or browser surface"},{"id":"installability","label":"Install availability","score":92,"weight":0.1,"status":"pass","detail":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot"},{"id":"install_safety","label":"Install command safety","score":92,"weight":0.1,"status":"pass","detail":"standard package or runtime install path"},{"id":"permission_surface","label":"Permission surface","score":60,"weight":0.07,"status":"warn","detail":"secrets or environment access, network or browser access"},{"id":"repository","label":"Repository evidence","score":86,"weight":0.04,"status":"pass","detail":"https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot"},{"id":"review_status","label":"Review status","score":66,"weight":0.05,"status":"info","detail":"AI review data available"},{"id":"agent_outcomes","label":"Agent Proven outcomes","score":54,"weight":0.13,"status":"info","detail":"No agent outcome data yet"}],"checks":[{"status":"fail","label":"GitHub adoption","detail":"11 GitHub stars"},{"status":"fail","label":"Stars/forks activity","detail":"11 stars, 4 forks; issue activity unavailable in current metadata"},{"status":"pass","label":"Recent maintenance","detail":"Pushed today"},{"status":"pass","label":"License clarity","detail":"MIT"},{"status":"warn","label":"README/SKILL.md completeness","detail":"Public metadata needs stronger README/SKILL.md context"},{"status":"info","label":"Dependency/runtime risk","detail":"credential or environment access, network or browser surface"},{"status":"pass","label":"Install availability","detail":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot"},{"status":"pass","label":"Install command safety","detail":"standard package or runtime install path"},{"status":"warn","label":"Permission surface","detail":"secrets or environment access, network or browser access"},{"status":"pass","label":"Repository evidence","detail":"https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot"},{"status":"info","label":"Review status","detail":"AI review data available"},{"status":"info","label":"Agent Proven outcomes","detail":"No agent outcome data yet"},{"status":"warn","label":"Ownership","detail":"No approved owner claim yet"},{"status":"info","label":"OpenAgentSkill usage","detail":"No local usage activity yet"},{"status":"info","label":"Agent outcomes","detail":"No agent outcome data yet"}],"strengths":["AI review approved","Install path is available","Repository evidence is available","Recently maintained repository","Install command has no obvious high-risk pattern","Outcome loop is ready but needs first real agent run"],"warnings":["Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: secrets or environment access, network or browser access","GitHub adoption: 11 GitHub stars","Stars/forks activity: 11 stars, 4 forks; issue activity unavailable in current metadata","README/SKILL.md completeness: Public metadata needs stronger README/SKILL.md context","Permission surface: secrets or environment access, network or browser access","No real agent outcome reports yet","Human review required before unattended installation"],"evidence":{"stars":"11 GitHub stars","repoActivity":"11 stars, 4 forks","lastPushed":"Pushed today","license":"MIT","repository":"https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot","install":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot","installSafety":"standard package or runtime install path","permissionSurface":"secrets or environment access, network or browser access","documentation":"Thin public metadata","agentOutcomes":"No agent outcome data yet","agentProvenScore":0,"outcomeConfidence":"0%","installPolicy":"human_review_before_install"},"installReadiness":{"ready":true,"command":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot","policy":"human_review_before_install","label":"Human review before install","notes":["Install path is available","Repository evidence is available","License is declared","No Agent Proven outcome evidence yet","Pushed today","Trust Score v5 requires review or sandbox-only use before install."]},"agentCompatibility":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"riskSummary":{"level":"medium","label":"Review before production","notes":["Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: secrets or environment access, network or browser access","GitHub adoption: 11 GitHub stars"]},"outcomeEvidence":{"total":0,"successes":0,"failures":0,"notRelevant":0,"successRate":null,"installAttempts":0,"riskBlocked":0,"setupRequired":0,"installSuccessRate":null,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"recentSuccessRate":null,"recentFailureRate":null,"uniqueAgents":0,"agentProvenScore":0,"agentProvenLabel":"Needs first agent run","lastOutcomeAt":null,"label":"No agent outcome data yet"},"autoInstall":{"allowed":false,"sandboxRequired":true,"policy":"human_review_before_install","reason":"Compare alternatives before installing."},"outcome_loop":{"version":"openagentskill-agent-outcome-v3","required_after_install":true,"endpoint":"/api/agent/outcome","method":"POST","event_id_source":"feedback.event_id, install_receipt.resolve_event_id, or decision_packet.outcome_feedback.event_id","expected_outcomes":["success","failed","not_relevant","blocked_by_risk","setup_required"],"required_fields":["event_id","skill_slug","task"],"quality_fields":["task_success","output_quality","error_type","human_review_required","used_in_production","workspace","evidence_url","time_to_useful_ms"],"ranking_inputs_updated":["Trust Score v5 outcome confidence","Agent Proven Score","Resolve ranking task-fit evidence","Skill detail machine-readable metadata","Outcome leaderboard"]},"agent_contract":{"suited_tasks":["automation","agent-skill"],"suited_agents":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"install_command":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot","trust_score":54,"trust_version":"trust-score-v5","risk_level":"medium","do_not_use_when":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"],"before_install":["Read the audit page and machine-readable metadata.","Confirm the install command, license, and permission surface fit the workspace.","Get explicit human approval or choose an alternative before installing."],"after_run":["Report the outcome to /api/agent/outcome using the resolve event id.","Include output_quality, workspace, human_review_required, and evidence_url when available.","Re-resolve before broad production rollout."]},"bestFor":["automation","agent-skill"],"doNotUseFor":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"],"knownRisks":["Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: secrets or environment access, network or browser access","GitHub adoption: 11 GitHub stars","Stars/forks activity: 11 stars, 4 forks; issue activity unavailable in current metadata","README/SKILL.md completeness: Public metadata needs stronger README/SKILL.md context","Permission surface: secrets or environment access, network or browser access"],"backward_compatible":{"trust_score_v4":{"version":"trust-score-v4","score":62,"tier":"review","label":"Manual review","summary":"Potentially useful, but at least one trust signal needs human inspection."}}},"trust_score_v4":{"version":"trust-score-v4","score":62,"tier":"review","label":"Manual review","summary":"Potentially useful, but at least one trust signal needs human inspection.","recommendedAction":"Inspect the repository, license, and recent activity before connecting it to agent workflows.","dimensions":[{"id":"github_adoption","label":"GitHub adoption","score":30,"weight":0.13,"status":"fail","detail":"11 GitHub stars"},{"id":"repo_activity","label":"Stars/forks activity","score":32,"weight":0.08,"status":"fail","detail":"11 stars, 4 forks; issue activity unavailable in current metadata"},{"id":"maintenance","label":"Recent maintenance","score":100,"weight":0.14,"status":"pass","detail":"Pushed today"},{"id":"license","label":"License clarity","score":86,"weight":0.09,"status":"pass","detail":"MIT"},{"id":"documentation","label":"README/SKILL.md completeness","score":60,"weight":0.14,"status":"warn","detail":"Public metadata needs stronger README/SKILL.md context"},{"id":"dependency_risk","label":"Dependency/runtime risk","score":64,"weight":0.12,"status":"info","detail":"credential or environment access, network or browser surface"},{"id":"installability","label":"Install availability","score":92,"weight":0.1,"status":"pass","detail":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot"},{"id":"install_safety","label":"Install command safety","score":92,"weight":0.1,"status":"pass","detail":"standard package or runtime install path"},{"id":"permission_surface","label":"Permission surface","score":60,"weight":0.07,"status":"warn","detail":"secrets or environment access, network or browser access"},{"id":"repository","label":"Repository evidence","score":86,"weight":0.04,"status":"pass","detail":"https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot"},{"id":"review_status","label":"Review status","score":66,"weight":0.05,"status":"info","detail":"AI review data available"},{"id":"agent_outcomes","label":"Agent Proven outcomes","score":54,"weight":0.13,"status":"info","detail":"No agent outcome data yet"}],"checks":[{"status":"fail","label":"GitHub adoption","detail":"11 GitHub stars"},{"status":"fail","label":"Stars/forks activity","detail":"11 stars, 4 forks; issue activity unavailable in current metadata"},{"status":"pass","label":"Recent maintenance","detail":"Pushed today"},{"status":"pass","label":"License clarity","detail":"MIT"},{"status":"warn","label":"README/SKILL.md completeness","detail":"Public metadata needs stronger README/SKILL.md context"},{"status":"info","label":"Dependency/runtime risk","detail":"credential or environment access, network or browser surface"},{"status":"pass","label":"Install availability","detail":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot"},{"status":"pass","label":"Install command safety","detail":"standard package or runtime install path"},{"status":"warn","label":"Permission surface","detail":"secrets or environment access, network or browser access"},{"status":"pass","label":"Repository evidence","detail":"https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot"},{"status":"info","label":"Review status","detail":"AI review data available"},{"status":"info","label":"Agent Proven outcomes","detail":"No agent outcome data yet"},{"status":"warn","label":"Ownership","detail":"No approved owner claim yet"},{"status":"info","label":"OpenAgentSkill usage","detail":"No local usage activity yet"},{"status":"info","label":"Agent outcomes","detail":"No agent outcome data yet"}],"strengths":["AI review approved","Install path is available","Repository evidence is available","Recently maintained repository","Install command has no obvious high-risk pattern"],"warnings":["Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: secrets or environment access, network or browser access","GitHub adoption: 11 GitHub stars","Stars/forks activity: 11 stars, 4 forks; issue activity unavailable in current metadata","README/SKILL.md completeness: Public metadata needs stronger README/SKILL.md context","Permission surface: secrets or environment access, network or browser access"],"evidence":{"stars":"11 GitHub stars","repoActivity":"11 stars, 4 forks","lastPushed":"Pushed today","license":"MIT","repository":"https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot","install":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot","installSafety":"standard package or runtime install path","permissionSurface":"secrets or environment access, network or browser access","documentation":"Thin public metadata","agentOutcomes":"No agent outcome data yet"},"installReadiness":{"ready":true,"command":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot","policy":"human_review_before_install","label":"Human review before install","notes":["Install path is available","Repository evidence is available","License is declared","No Agent Proven outcome evidence yet","Pushed today"]},"agentCompatibility":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"riskSummary":{"level":"medium","label":"Review before production","notes":["Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: secrets or environment access, network or browser access","GitHub adoption: 11 GitHub stars"]},"outcomeEvidence":{"total":0,"successes":0,"failures":0,"notRelevant":0,"successRate":null,"installAttempts":0,"riskBlocked":0,"setupRequired":0,"installSuccessRate":null,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"recentSuccessRate":null,"recentFailureRate":null,"uniqueAgents":0,"agentProvenScore":0,"agentProvenLabel":"Needs first agent run","lastOutcomeAt":null,"label":"No agent outcome data yet"},"autoInstall":{"allowed":false,"sandboxRequired":true,"policy":"human_review_before_install","reason":"Human review or sandbox validation is required before automatic installation."},"bestFor":["automation","agent-skill"],"doNotUseFor":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"],"knownRisks":["Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: secrets or environment access, network or browser access","GitHub adoption: 11 GitHub stars","Stars/forks activity: 11 stars, 4 forks; issue activity unavailable in current metadata","README/SKILL.md completeness: Public metadata needs stronger README/SKILL.md context","Permission surface: secrets or environment access, network or browser access"]},"agent_proven":{"version":"agent-proven-v1","score":0,"tier":"unproven","label":"Needs first agent run","summary":"No agent outcome reports yet. Use Resolve, run one narrow sandbox task, then report the result.","metrics":{"totalOutcomes":0,"successfulOutcomes":0,"failedOutcomes":0,"installAttempts":0,"installSuccessRate":null,"successRate":null,"recentSuccessRate":null,"recentFailureRate":null,"riskBlocked":0,"setupRequired":0,"notRelevant":0,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"uniqueAgents":0,"lastOutcomeAt":null},"signals":[],"penalties":["No real agent outcome evidence yet"]},"outcome_stats":null,"safety":{"score":48,"level":"avoid_auto_install","label":"Avoid automatic install","safety_tier":{"tier":"experimental","label":"Experimental","badge":"EXPERIMENTAL","summary":"Sparse or mixed signals. Useful for discovery, but not for autonomous installation.","recommended_action":"Test manually in an isolated workspace and compare against safer alternatives.","auto_install_policy":"review","reasons":["High-risk permission hints: Secrets or environment access","48/100 agent safety score"]},"auto_install_allowed":false,"human_review_required":true,"blocked":false,"audit_risk":"needs_review","permission_hints":[{"id":"network","label":"Network access","reason":"Skill likely fetches remote pages, APIs, repositories, or external services.","severity":"medium"},{"id":"secrets","label":"Secrets or environment access","reason":"Skill metadata references credentials, tokens, environment variables, or secret-bearing workflows.","severity":"high"}],"policy_warnings":["High-risk permission hints: Secrets or environment access","Permission surface may require sandboxing"],"constraints_applied":{"max_risk":"medium","needs_install_command":true,"min_stars":0}},"safety_gate":{"tier":"experimental","label":"Experimental","badge":"EXPERIMENTAL","auto_install_policy":"review","auto_install_allowed":false,"blocked":false,"human_review_required":true,"recommended_action":"Test manually in an isolated workspace and compare against safer alternatives.","reasons":["High-risk permission hints: Secrets or environment access","48/100 agent safety score"]},"eval":{"version":"openagentskill-skill-eval-v1","status":"review","score":63,"risk_level":"medium","decision":{"recommendation":"manual_review","reason":"Test manually in an isolated workspace and compare against safer alternatives.","auto_install_allowed":false,"policy":"review","human_review_required":true},"blockers":[],"warnings":["Trust score: Potentially useful, but at least one trust signal needs human inspection.","Audit score: Needs review","Agent safety gate: Sparse or mixed signals. Useful for discovery, but not for autonomous installation.","README/SKILL.md completeness: Public metadata needs stronger README/SKILL.md context","Permission surface: secrets or environment access, network or browser access","High-risk permission hints: Secrets or environment access","Permission surface may require sandboxing","Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","No explicit 'Setup' or 'Prerequisites' section; the infrastructure is described but not how to initially configure it.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: secrets or environment access, network or browser access"],"validation_plan":["Inspect repository, README/SKILL.md, license, and recent commits before production use.","Install in an isolated workspace or sandbox with no production secrets available.","Run the smallest representative task and record files touched, commands run, network access, and outputs.","Compare the selected skill against at least one alternative when the eval status is review or failed.","Promote only after the agent reports a successful verification result and unresolved warnings are accepted."],"checks":[{"id":"task_fit","label":"Task fit","status":"pass","score":84,"required_for_auto_install":true,"detail":"Task wording matches this skill metadata.","evidence":["Evaluate daily-brief-bot before installing it in an agent workflow","automation","Coding agents workflows; Claude Code teams; builders willing to evaluate younger projects"]},{"id":"install_path","label":"Install path","status":"pass","score":92,"required_for_auto_install":true,"detail":"Install handoff is available.","evidence":["npx skills add bam-bam-2/solo-skills --skill daily-brief-bot"]},{"id":"install_safety","label":"Install command safety","status":"pass","score":92,"required_for_auto_install":true,"detail":"standard package or runtime install path","evidence":["npx skills add bam-bam-2/solo-skills --skill daily-brief-bot"]},{"id":"trust_score","label":"Trust score","status":"warn","score":62,"required_for_auto_install":true,"detail":"Potentially useful, but at least one trust signal needs human inspection.","evidence":["Manual review","11 GitHub stars","MIT"]},{"id":"audit_score","label":"Audit score","status":"warn","score":72,"required_for_auto_install":true,"detail":"Needs review","evidence":["Permission surface may require sandboxing"]},{"id":"agent_safety_gate","label":"Agent safety gate","status":"warn","score":48,"required_for_auto_install":true,"detail":"Sparse or mixed signals. Useful for discovery, but not for autonomous installation.","evidence":["Test manually in an isolated workspace and compare against safer alternatives.","High-risk permission hints: Secrets or environment access"]},{"id":"readme_skillmd_completeness","label":"README/SKILL.md completeness","status":"warn","score":60,"required_for_auto_install":false,"detail":"Public metadata needs stronger README/SKILL.md context","evidence":["Thin public metadata"]},{"id":"license_clarity","label":"License clarity","status":"pass","score":86,"required_for_auto_install":true,"detail":"MIT","evidence":["MIT"]},{"id":"recent_maintenance","label":"Recent maintenance","status":"pass","score":100,"required_for_auto_install":false,"detail":"Pushed today","evidence":["Pushed today"]},{"id":"permission_surface","label":"Permission surface","status":"warn","score":60,"required_for_auto_install":true,"detail":"secrets or environment access, network or browser access","evidence":["Network access: medium","Secrets or environment access: high"]},{"id":"alternatives","label":"Alternatives available","status":"info","score":55,"required_for_auto_install":false,"detail":"No close alternatives were found in the current shortlist.","evidence":[]}],"endpoints":{"web":"https://www.openagentskill.com/skills/bam-bam-2-daily-brief-bot/evals","api":"/api/agent/evals?slug=bam-bam-2-daily-brief-bot","text":"/api/agent/evals?slug=bam-bam-2-daily-brief-bot&format=text"}},"agent_readable_metadata":{"version":"openagentskill-agent-metadata-v2","skill":{"slug":"bam-bam-2-daily-brief-bot","name":"daily-brief-bot","description":"매일 정해진 시간에 관심 주제 아티클을 수집·요약해 디스코드로 받는 봇을 만들고 튜닝한다. 톤·길이·발송 시각 조정 방법 포함.","category":"automation","url":"https://www.openagentskill.com/skills/bam-bam-2-daily-brief-bot","repository":"https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot","github_repo":"bam-bam-2/solo-skills"},"suited_tasks":["Coding agents workflows","Claude Code teams","builders willing to evaluate younger projects","Inspect source files","Explain architecture","Patch bugs and verify changes","Read uploaded files","Extract structured fields"],"suited_agents":["Codex","Claude Code","Cursor","OpenAgentSkill CLI","OpenAI Agents","CLI"],"install":{"command":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot","ready":true,"targets":[{"id":"openagentskill-cli","label":"CLI","kind":"command","value":"npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.2.1/openagentskill-0.2.1.tgz install bam-bam-2-daily-brief-bot"},{"id":"codex","label":"Codex","kind":"agent-prompt","value":"Install the \"daily-brief-bot\" agent skill from https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot. Read its SKILL.md or equivalent instructions first, install only the files needed for this workspace, and summarize any required setup before using it. Skill purpose: 매일 정해진 시간에 관심 주제 아티클을 수집·요약해 디스코드로 받는 봇을 만들고 튜닝한다. 톤·길이·발송 시각 조정 방법 포함. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"bam-bam-2-daily-brief-bot\",\"task\":\"Install daily-brief-bot\",\"agent\":\"codex\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."},{"id":"claude-code","label":"Claude Code","kind":"agent-prompt","value":"Add \"daily-brief-bot\" as a Claude Code skill from https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot. Inspect the skill instructions, place the reusable skill files in the appropriate local skills location for this project, and report the activation steps. Skill purpose: 매일 정해진 시간에 관심 주제 아티클을 수집·요약해 디스코드로 받는 봇을 만들고 튜닝한다. 톤·길이·발송 시각 조정 방법 포함. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"bam-bam-2-daily-brief-bot\",\"task\":\"Install daily-brief-bot\",\"agent\":\"claude-code\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."},{"id":"cursor","label":"Cursor","kind":"agent-prompt","value":"Turn \"daily-brief-bot\" from https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot into a reusable Cursor project rule or agent instruction. Preserve the core workflow, adapt paths to this repo, and keep the rule scoped to tasks where it is relevant. Skill purpose: 매일 정해진 시간에 관심 주제 아티클을 수집·요약해 디스코드로 받는 봇을 만들고 튜닝한다. 톤·길이·발송 시각 조정 방법 포함. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"bam-bam-2-daily-brief-bot\",\"task\":\"Install daily-brief-bot\",\"agent\":\"cursor\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."}],"handoff_url":"https://www.openagentskill.com/api/skills/bam-bam-2-daily-brief-bot/install","manifest_url":"https://www.openagentskill.com/api/registry/manifest/bam-bam-2-daily-brief-bot"},"trust":{"score":62,"label":"Manual review","version":"trust-score-v4","install_policy":"human_review_before_install","evidence":{"stars":"11 GitHub stars","repoActivity":"11 stars, 4 forks","lastPushed":"Pushed today","license":"MIT","repository":"https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot","install":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot","installSafety":"standard package or runtime install path","permissionSurface":"secrets or environment access, network or browser access","documentation":"Thin public metadata","agentOutcomes":"No agent outcome data yet"},"outcome_evidence":{"total":0,"successes":0,"failures":0,"not_relevant":0,"success_rate":null,"recent_success_rate":null,"recent_failure_rate":null,"install_attempts":0,"install_success_rate":null,"risk_blocked":0,"setup_required":0,"avg_output_quality":null,"production_outcomes":0,"last_outcome_at":null,"label":"No agent outcome data yet"},"auto_install":{"allowed":false,"sandbox_required":true,"reason":"Human review or sandbox validation is required before automatic installation."},"best_for":["automation","agent-skill"],"known_risks":["Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: secrets or environment access, network or browser access","GitHub adoption: 11 GitHub stars","Stars/forks activity: 11 stars, 4 forks; issue activity unavailable in current metadata","README/SKILL.md completeness: Public metadata needs stronger README/SKILL.md context","Permission surface: secrets or environment access, network or browser access"]},"agent_proven":{"version":"agent-proven-v1","score":0,"tier":"unproven","label":"Needs first agent run","summary":"No agent outcome reports yet. Use Resolve, run one narrow sandbox task, then report the result.","metrics":{"totalOutcomes":0,"successfulOutcomes":0,"failedOutcomes":0,"installAttempts":0,"installSuccessRate":null,"successRate":null,"recentSuccessRate":null,"recentFailureRate":null,"riskBlocked":0,"setupRequired":0,"notRelevant":0,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"uniqueAgents":0,"lastOutcomeAt":null},"signals":[],"penalties":["No real agent outcome evidence yet"]},"audit":{"score":72,"risk_level":"needs_review","risk_label":"Needs review","warnings":["Permission surface may require sandboxing","Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","No explicit 'Setup' or 'Prerequisites' section; the infrastructure is described but not how to initially configure it.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: secrets or environment access, network or browser access","GitHub adoption: 11 GitHub stars","Stars/forks activity: 11 stars, 4 forks; issue activity unavailable in current metadata"]},"safety_gate":{"tier":"experimental","label":"Experimental","auto_install_policy":"review","auto_install_allowed":false,"human_review_required":true,"blocked":false,"recommended_action":"Test manually in an isolated workspace and compare against safer alternatives."},"quality":{"score":57,"label":"Promising"},"supply":{"track":"Coding and developer agents","scenario":"Coding agents","maintenance":"Pushed today","risk":"Needs review"},"alternative_skills":[],"do_not_use_when":["teams that need a vendor-supported SLA","production agents without a repository review","Low GitHub adoption signal","Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","No OpenAgentSkill engagement data yet","High-risk permission hints: Secrets or environment access","Permission surface may require sandboxing","No explicit 'Setup' or 'Prerequisites' section; the infrastructure is described but not how to initially configure it."],"agent_contract":{"task_input":"Use daily-brief-bot in an agent workflow","recommended_action":"Test manually in an isolated workspace and compare against safer alternatives.","install_policy":"review","minimum_review_before_use":["Trust: 62/100 Manual review","Audit: 72/100 Needs review","Safety: 48/100 Avoid automatic install","Review repository, license, install command, and permission surface before production use."],"expected_agent_output":{"selected_skill":"bam-bam-2-daily-brief-bot (daily-brief-bot)","install_command":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot","risk_summary":"Needs review; Experimental; Review before production","verification_result":"Report the smallest successful task, files touched, warnings, and any missing setup."}},"outcome_feedback":{"endpoint":"https://www.openagentskill.com/api/agent/outcome","method":"POST","requires_resolve_event_id":true,"event_id_source":"Use install_receipt.outcome_feedback.event_id or feedback.event_id returned by /api/agent/resolve for the current task.","expected_outcomes":["success","failed","not_relevant","blocked_by_risk","setup_required"],"payload_template":{"event_id":"<install_receipt.outcome_feedback.event_id or feedback.event_id from /api/agent/resolve>","skill_slug":"bam-bam-2-daily-brief-bot","task":"Use daily-brief-bot in an agent workflow","agent":"codex","outcome":"success","install_used":true,"risk_blocked":false,"setup_required":false,"task_success":true,"output_quality":4,"error_type":null,"human_review_required":false,"workspace":"sandbox","time_to_useful_ms":120000,"notes":"Report the smallest successful task, setup friction, files touched, and risk notes."}},"endpoints":{"web":"https://www.openagentskill.com/skills/bam-bam-2-daily-brief-bot","api":"https://www.openagentskill.com/api/agent/skills/bam-bam-2-daily-brief-bot","audit":"https://www.openagentskill.com/skills/bam-bam-2-daily-brief-bot/audit","eval":"https://www.openagentskill.com/api/agent/evals?slug=bam-bam-2-daily-brief-bot&task=Use%20daily-brief-bot%20in%20an%20agent%20workflow&max_risk=medium","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Use%20daily-brief-bot%20in%20an%20agent%20workflow&agent=codex&max_risk=medium","receipt":"https://www.openagentskill.com/api/agent/receipt?task=Use%20daily-brief-bot%20in%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text","install":"https://www.openagentskill.com/api/skills/bam-bam-2-daily-brief-bot/install","manifest":"https://www.openagentskill.com/api/registry/manifest/bam-bam-2-daily-brief-bot"}},"machine_metadata":{"version":"openagentskill-agent-metadata-v2","skill":{"slug":"bam-bam-2-daily-brief-bot","name":"daily-brief-bot","description":"매일 정해진 시간에 관심 주제 아티클을 수집·요약해 디스코드로 받는 봇을 만들고 튜닝한다. 톤·길이·발송 시각 조정 방법 포함.","category":"automation","url":"https://www.openagentskill.com/skills/bam-bam-2-daily-brief-bot","repository":"https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot","github_repo":"bam-bam-2/solo-skills"},"suited_tasks":["Coding agents workflows","Claude Code teams","builders willing to evaluate younger projects","Inspect source files","Explain architecture","Patch bugs and verify changes","Read uploaded files","Extract structured fields"],"suited_agents":["Codex","Claude Code","Cursor","OpenAgentSkill CLI","OpenAI Agents","CLI"],"install":{"command":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot","ready":true,"targets":[{"id":"openagentskill-cli","label":"CLI","kind":"command","value":"npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.2.1/openagentskill-0.2.1.tgz install bam-bam-2-daily-brief-bot"},{"id":"codex","label":"Codex","kind":"agent-prompt","value":"Install the \"daily-brief-bot\" agent skill from https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot. Read its SKILL.md or equivalent instructions first, install only the files needed for this workspace, and summarize any required setup before using it. Skill purpose: 매일 정해진 시간에 관심 주제 아티클을 수집·요약해 디스코드로 받는 봇을 만들고 튜닝한다. 톤·길이·발송 시각 조정 방법 포함. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"bam-bam-2-daily-brief-bot\",\"task\":\"Install daily-brief-bot\",\"agent\":\"codex\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."},{"id":"claude-code","label":"Claude Code","kind":"agent-prompt","value":"Add \"daily-brief-bot\" as a Claude Code skill from https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot. Inspect the skill instructions, place the reusable skill files in the appropriate local skills location for this project, and report the activation steps. Skill purpose: 매일 정해진 시간에 관심 주제 아티클을 수집·요약해 디스코드로 받는 봇을 만들고 튜닝한다. 톤·길이·발송 시각 조정 방법 포함. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"bam-bam-2-daily-brief-bot\",\"task\":\"Install daily-brief-bot\",\"agent\":\"claude-code\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."},{"id":"cursor","label":"Cursor","kind":"agent-prompt","value":"Turn \"daily-brief-bot\" from https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot into a reusable Cursor project rule or agent instruction. Preserve the core workflow, adapt paths to this repo, and keep the rule scoped to tasks where it is relevant. Skill purpose: 매일 정해진 시간에 관심 주제 아티클을 수집·요약해 디스코드로 받는 봇을 만들고 튜닝한다. 톤·길이·발송 시각 조정 방법 포함. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"bam-bam-2-daily-brief-bot\",\"task\":\"Install daily-brief-bot\",\"agent\":\"cursor\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."}],"handoff_url":"https://www.openagentskill.com/api/skills/bam-bam-2-daily-brief-bot/install","manifest_url":"https://www.openagentskill.com/api/registry/manifest/bam-bam-2-daily-brief-bot"},"trust":{"score":62,"label":"Manual review","version":"trust-score-v4","install_policy":"human_review_before_install","evidence":{"stars":"11 GitHub stars","repoActivity":"11 stars, 4 forks","lastPushed":"Pushed today","license":"MIT","repository":"https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot","install":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot","installSafety":"standard package or runtime install path","permissionSurface":"secrets or environment access, network or browser access","documentation":"Thin public metadata","agentOutcomes":"No agent outcome data yet"},"outcome_evidence":{"total":0,"successes":0,"failures":0,"not_relevant":0,"success_rate":null,"recent_success_rate":null,"recent_failure_rate":null,"install_attempts":0,"install_success_rate":null,"risk_blocked":0,"setup_required":0,"avg_output_quality":null,"production_outcomes":0,"last_outcome_at":null,"label":"No agent outcome data yet"},"auto_install":{"allowed":false,"sandbox_required":true,"reason":"Human review or sandbox validation is required before automatic installation."},"best_for":["automation","agent-skill"],"known_risks":["Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: secrets or environment access, network or browser access","GitHub adoption: 11 GitHub stars","Stars/forks activity: 11 stars, 4 forks; issue activity unavailable in current metadata","README/SKILL.md completeness: Public metadata needs stronger README/SKILL.md context","Permission surface: secrets or environment access, network or browser access"]},"agent_proven":{"version":"agent-proven-v1","score":0,"tier":"unproven","label":"Needs first agent run","summary":"No agent outcome reports yet. Use Resolve, run one narrow sandbox task, then report the result.","metrics":{"totalOutcomes":0,"successfulOutcomes":0,"failedOutcomes":0,"installAttempts":0,"installSuccessRate":null,"successRate":null,"recentSuccessRate":null,"recentFailureRate":null,"riskBlocked":0,"setupRequired":0,"notRelevant":0,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"uniqueAgents":0,"lastOutcomeAt":null},"signals":[],"penalties":["No real agent outcome evidence yet"]},"audit":{"score":72,"risk_level":"needs_review","risk_label":"Needs review","warnings":["Permission surface may require sandboxing","Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","No explicit 'Setup' or 'Prerequisites' section; the infrastructure is described but not how to initially configure it.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: secrets or environment access, network or browser access","GitHub adoption: 11 GitHub stars","Stars/forks activity: 11 stars, 4 forks; issue activity unavailable in current metadata"]},"safety_gate":{"tier":"experimental","label":"Experimental","auto_install_policy":"review","auto_install_allowed":false,"human_review_required":true,"blocked":false,"recommended_action":"Test manually in an isolated workspace and compare against safer alternatives."},"quality":{"score":57,"label":"Promising"},"supply":{"track":"Coding and developer agents","scenario":"Coding agents","maintenance":"Pushed today","risk":"Needs review"},"alternative_skills":[],"do_not_use_when":["teams that need a vendor-supported SLA","production agents without a repository review","Low GitHub adoption signal","Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","No OpenAgentSkill engagement data yet","High-risk permission hints: Secrets or environment access","Permission surface may require sandboxing","No explicit 'Setup' or 'Prerequisites' section; the infrastructure is described but not how to initially configure it."],"agent_contract":{"task_input":"Use daily-brief-bot in an agent workflow","recommended_action":"Test manually in an isolated workspace and compare against safer alternatives.","install_policy":"review","minimum_review_before_use":["Trust: 62/100 Manual review","Audit: 72/100 Needs review","Safety: 48/100 Avoid automatic install","Review repository, license, install command, and permission surface before production use."],"expected_agent_output":{"selected_skill":"bam-bam-2-daily-brief-bot (daily-brief-bot)","install_command":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot","risk_summary":"Needs review; Experimental; Review before production","verification_result":"Report the smallest successful task, files touched, warnings, and any missing setup."}},"outcome_feedback":{"endpoint":"https://www.openagentskill.com/api/agent/outcome","method":"POST","requires_resolve_event_id":true,"event_id_source":"Use install_receipt.outcome_feedback.event_id or feedback.event_id returned by /api/agent/resolve for the current task.","expected_outcomes":["success","failed","not_relevant","blocked_by_risk","setup_required"],"payload_template":{"event_id":"<install_receipt.outcome_feedback.event_id or feedback.event_id from /api/agent/resolve>","skill_slug":"bam-bam-2-daily-brief-bot","task":"Use daily-brief-bot in an agent workflow","agent":"codex","outcome":"success","install_used":true,"risk_blocked":false,"setup_required":false,"task_success":true,"output_quality":4,"error_type":null,"human_review_required":false,"workspace":"sandbox","time_to_useful_ms":120000,"notes":"Report the smallest successful task, setup friction, files touched, and risk notes."}},"endpoints":{"web":"https://www.openagentskill.com/skills/bam-bam-2-daily-brief-bot","api":"https://www.openagentskill.com/api/agent/skills/bam-bam-2-daily-brief-bot","audit":"https://www.openagentskill.com/skills/bam-bam-2-daily-brief-bot/audit","eval":"https://www.openagentskill.com/api/agent/evals?slug=bam-bam-2-daily-brief-bot&task=Use%20daily-brief-bot%20in%20an%20agent%20workflow&max_risk=medium","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Use%20daily-brief-bot%20in%20an%20agent%20workflow&agent=codex&max_risk=medium","receipt":"https://www.openagentskill.com/api/agent/receipt?task=Use%20daily-brief-bot%20in%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text","install":"https://www.openagentskill.com/api/skills/bam-bam-2-daily-brief-bot/install","manifest":"https://www.openagentskill.com/api/registry/manifest/bam-bam-2-daily-brief-bot"}},"supply_profile":{"track":{"slug":"coding","label":"Coding and developer agents","shortLabel":"Coding","description":"Code review, repo analysis, testing, CI, GitHub, DevOps, and developer workflow skills."},"scenario":{"label":"Coding agents","description":"I need a coding agent that can understand a repository, edit code, and review pull requests.","useCases":[{"slug":"coding-agents","title":"Coding agents"},{"slug":"document-processing","title":"Document processing"},{"slug":"github-automation","title":"GitHub automation"}]},"applicableAgents":["Claude Code","OpenAI Agents","CLI","Codex","Cursor"],"install":{"ready":true,"command":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot","primaryTarget":"CLI","targetCount":4},"githubQuality":{"stars":11,"starsLabel":"11","forks":4,"license":"MIT","qualityScore":57,"trustScore":62,"auditScore":72},"maintenance":{"status":"fresh","label":"Pushed today","daysSincePush":0,"lastPushedAt":"2026-08-22T17:26:17+00:00"},"risk":{"level":"needs_review","label":"Needs review","requiresReview":true,"notes":["Permission surface may require sandboxing","Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","No explicit 'Setup' or 'Prerequisites' section; the infrastructure is described but not how to initially configure it.","Low GitHub adoption signal","Quality score needs review"]},"coverageTags":["Coding","Coding agents","automation","agent-skill"]},"audit":{"audit_score":72,"risk_level":"needs_review","risk_label":"Needs review","quality_score":57,"trust_score":62,"maintenance_score":100,"security_score":75,"install_score":92,"warnings":["Permission surface may require sandboxing","Skill is highly specific to the author's personal environment (remote host, vault paths, gpters.org), which may limit reuse by others without adaptation.","No explicit 'Setup' or 'Prerequisites' section; the infrastructure is described but not how to initially configure it.","Low GitHub adoption signal","Quality score needs review","Permission surface needs review: secrets or environment access, network or browser access","GitHub adoption: 11 GitHub stars","Stars/forks activity: 11 stars, 4 forks; issue activity unavailable in current metadata","README/SKILL.md completeness: Public metadata needs stronger README/SKILL.md context","Permission surface: secrets or environment access, network or browser access"]},"quality_signals":{"model":"v2","star_score":7.55,"usage_score":0,"review_score":5.4,"metadata_score":3,"freshness_score":15},"platforms":["Claude Code","OpenAI Agents"],"use_cases":[{"slug":"coding-agents","title":"Coding agents","url":"https://www.openagentskill.com/use-cases/coding-agents"},{"slug":"document-processing","title":"Document processing","url":"https://www.openagentskill.com/use-cases/document-processing"},{"slug":"github-automation","title":"GitHub automation","url":"https://www.openagentskill.com/use-cases/github-automation"},{"slug":"local-desktop","title":"Local desktop","url":"https://www.openagentskill.com/use-cases/local-desktop"}],"stacks":[{"slug":"coding-review-agent","title":"Coding review agent","url":"https://www.openagentskill.com/collections/coding-review-agent"},{"slug":"content-growth-agent","title":"Content growth agent","url":"https://www.openagentskill.com/collections/content-growth-agent"},{"slug":"rag-knowledge-base","title":"RAG knowledge base","url":"https://www.openagentskill.com/collections/rag-knowledge-base"}],"install":"npx skills add bam-bam-2/solo-skills --skill daily-brief-bot","install_targets":[{"id":"openagentskill-cli","label":"CLI","title":"OpenAgentSkill CLI","kind":"command","value":"npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.2.1/openagentskill-0.2.1.tgz install bam-bam-2-daily-brief-bot","description":"Resolve policy, run the source installer safely, and report a verified install receipt.","copyLabel":"Copy command"},{"id":"codex","label":"Codex","title":"Codex install prompt","kind":"agent-prompt","value":"Install the \"daily-brief-bot\" agent skill from https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot. Read its SKILL.md or equivalent instructions first, install only the files needed for this workspace, and summarize any required setup before using it. Skill purpose: 매일 정해진 시간에 관심 주제 아티클을 수집·요약해 디스코드로 받는 봇을 만들고 튜닝한다. 톤·길이·발송 시각 조정 방법 포함. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"bam-bam-2-daily-brief-bot\",\"task\":\"Install daily-brief-bot\",\"agent\":\"codex\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes.","description":"Give Codex a repo-aware install prompt when the skill is not available through a local CLI.","copyLabel":"Copy prompt"},{"id":"claude-code","label":"Claude Code","title":"Claude Code skill prompt","kind":"agent-prompt","value":"Add \"daily-brief-bot\" as a Claude Code skill from https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot. Inspect the skill instructions, place the reusable skill files in the appropriate local skills location for this project, and report the activation steps. Skill purpose: 매일 정해진 시간에 관심 주제 아티클을 수집·요약해 디스코드로 받는 봇을 만들고 튜닝한다. 톤·길이·발송 시각 조정 방법 포함. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"bam-bam-2-daily-brief-bot\",\"task\":\"Install daily-brief-bot\",\"agent\":\"claude-code\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes.","description":"Use this prompt to ask Claude Code to add the skill and explain the local activation steps.","copyLabel":"Copy prompt"},{"id":"cursor","label":"Cursor","title":"Cursor rule prompt","kind":"agent-prompt","value":"Turn \"daily-brief-bot\" from https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot into a reusable Cursor project rule or agent instruction. Preserve the core workflow, adapt paths to this repo, and keep the rule scoped to tasks where it is relevant. Skill purpose: 매일 정해진 시간에 관심 주제 아티클을 수집·요약해 디스코드로 받는 봇을 만들고 튜닝한다. 톤·길이·발송 시각 조정 방법 포함. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"bam-bam-2-daily-brief-bot\",\"task\":\"Install daily-brief-bot\",\"agent\":\"cursor\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes.","description":"Use this when installing as Cursor project rules or reusable agent instructions.","copyLabel":"Copy prompt"}],"repository":"https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot","github_repo":"bam-bam-2/solo-skills","version":"1.0.0","license":"MIT","urls":{"web":"https://www.openagentskill.com/skills/bam-bam-2-daily-brief-bot","repository":"https://github.com/bam-bam-2/solo-skills/tree/main/skills/daily-brief-bot","api":"/api/agent/skills/bam-bam-2-daily-brief-bot","install_api":"/api/skills/bam-bam-2-daily-brief-bot/install"},"meta":{"created_at":"2026-08-22T17:37:01.837694+00:00","updated_at":"2026-08-22T17:37:01.837694+00:00","agent_friendly":true}}