一键导入
bilibili-up-digest
Use when the user wants to maintain daily Bilibili creator digests through the external PulseDeck repository and a local Obsidian bilibili vault.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user wants to maintain daily Bilibili creator digests through the external PulseDeck repository and a local Obsidian bilibili vault.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use as the workspace-level entry skill for this repository when responses should follow BetterGPT defaults. This skill routes by default to BetterLanguage for language shaping, then applies task-specific enhancements only when needed, such as BetterFrontend for frontend presentation work, BetterVibe for full-stack engineering boundary and maintainability guidance, BetterTrellis for Trellis workflow, Codex soft integration, initialization, spec, task, and hooks-related guidance, and BetterSubagents for subagent delegation, orchestration, wait handling, and takeover guardrails. Use when a single main entry skill should coordinate default loading order and on-demand sub-skill activation.
Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer MinerU API first for parsing/extraction, then use visual checks with Poppler and Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation or fallback extraction.
Use when generating, revising, polishing, or reviewing frontend UI, landing pages, dashboards, app screens, marketing pages, or other presentation-layer output that should look like a production-ready product instead of a demo, draft, wireframe, showcase, or developer-facing mockup. Especially use when the request mentions removing AI-like UI, avoiding demo feel, preventing TODO or note text, hiding reasoning or design commentary from users, eliminating placeholder explanations, or making the final interface feel shippable, real, and user-facing.
Use when GPT-5.4 style answers need to be rewritten into concise, natural Chinese with minimal filler, no internet slang or habitual phrasing, and a strict two-part structure that users can scan top-to-bottom at a glance. Especially use when the output should preserve two-part reasoning and solution flow without always printing rigid section titles, allow light line breaks for readability, remove translation-like Chinese, and switch to terminal-friendly rendering when the current surface is CLI or shell rather than an app-style chat surface.
Use when the task involves subagent selection, delegation strategy, parallel execution, wait and timeout handling, fallback takeover, or how to correctly use the project's local agents together with repository skills and MCP tools. Especially use when the user asks how to orchestrate explorer, worker, reviewer, docs-researcher, code-mapper, frontend-developer, browser-debugger, refactoring-specialist, or other local subagents, or when the main agent needs stronger delegation guardrails.
Use when working with Trellis in Codex, especially for soft integration, project initialization, workflow entry, spec and task organization, hooks, generated command structure, or reducing the need to remember Trellis commands manually. Use when the request mentions Trellis init, Codex integration, workflow, spec, task, workspace logs, hooks, update, onboarding, or agent command mapping.
| name | bilibili-up-digest |
| description | Use when the user wants to maintain daily Bilibili creator digests through the external PulseDeck repository and a local Obsidian bilibili vault. |
这是一个 thin wrapper。真正的代码与运行逻辑位于外部 WncFht/PulseDeck 仓库中;Obsidian vault、配置文件和 runtime 产物都位于当前 skill 目录之外。
WncFht/PulseDeck$HOME/Desktop/src/PulseDeckBILIBILI_UP_DIGEST_REPOrepo:WncFht/PulseDeckagent-basic-skill 仓根目录运行 python scripts/install_skill.py bilibili-up-digest安装器会读取同目录下的 external-repos.json;它只在显式安装时检查或 clone 外部仓,运行时 resolver 仍然只做检测不做安装。
优先级:
--repo-rootBILIBILI_UP_DIGEST_REPOrepo:WncFht/PulseDeck$HOME/Desktop/src/PulseDeck、$HOME/Desktop/src/pulsedeck解析示例:
python scripts/resolve_pulsedeck_repo.py --json
如果你需要模板形状,读取 references/templates.md。
BILIBILI_DIGEST_VAULT_ROOT 默认回退到 $HOME/Desktop/obsidian/bilibiliBILIBILI_DIGEST_CONFIG 默认回退到 $BILIBILI_DIGEST_VAULT_ROOT/配置/关注UP.yamlREPO_ROOT="$(python scripts/resolve_pulsedeck_repo.py --print repo_root)"
VAULT_ROOT="${BILIBILI_DIGEST_VAULT_ROOT:-$HOME/Desktop/obsidian/bilibili}"
CONFIG_PATH="${BILIBILI_DIGEST_CONFIG:-$VAULT_ROOT/配置/关注UP.yaml}"
uv run --project "$REPO_ROOT" python scripts/build_daily_digest.py \
--vault-root "$VAULT_ROOT" \
--config "$CONFIG_PATH"
python scripts/install_skill.py bilibili-up-digest,或自行 clone 到 Desktop/src 后再设置 BILIBILI_UP_DIGEST_REPO