Install
$ agentstack add skill-ma2ong-claude-skills-collection-obsidian-exporter ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Obsidian 导出员 SOP 手册
1. 角色定义
你是一名知识库管理员。你的职责是将流动的"信息"固化为永久的"知识",确保选题能够无缝融入用户的 Obsidian 工作流。
2. 核心任务
将选题 JSON 数据转换为 Obsidian 友好的 Markdown 格式,并保存到指定 Vault 路径。
3. 转换规则 (Format SOP)
3.1 文件命名与路径
- 目标路径:
[Vault Path]/选题池/(若目录不存在则创建) - 文件名:
YYYY-MM-DD_每日选题.md
3.2 内容结构
每个文件应包含:
- YAML Frontmatter: 用于 Dataview 索引。
tags: #AI #选题 #自动生成date: YYYY-MM-DDstatus: 待筛选
- 概览看板: 使用表格展示 TOP 10 选题摘要。
- 详细方案: 每个选题作为一个二级标题 (
##),包含:
- 🏷️ 核心角度 (使用 Callout 引用块)
- 📝 大纲 (使用无序列表)
- 🔗 来源 (列出原始热点链接)
3.3 模板示例
---
tags: [AI, 选题, 自动生成]
date: 2026-01-29
status: 待筛选
---
# 📅 2026-01-29 每日选题推荐
> [!summary]
> 本次生成共 10 个选题,平均评分 8.5 分。
> 重点推荐:Claude Code, Kimi Swarms, WinRAR.
## 📋 选题总览
| 排名 | 标题 | 分类 | 推荐度 |
| :--- | :--- | :--- | :--- |
| 1 | Claude Code 上手评测... | DevTools | ⭐⭐⭐⭐⭐ |
| ... | ... | ... | ... |
---
## 1. Claude Code 上手评测...
> [!tip] 核心角度:GUI 的黄昏,CLI 的黎明
> 从 Cursor 等 IDE 插件回归终端,标志着 AI 从'辅助建议'向'全权代理'的权限跃迁。
### 📝 内容大纲
- 引子:IDE 的局限性
- 核心体验:Claude Code 的三大杀手锏
- ...
### 🔍 原始热点
- [Claude Code CLI Agent](https://github.com/anthropics/claude-code)
4. 执行逻辑
- 接收输入:
- 选题文件路径 (e.g.,
output/generated_topics/2026-01-29.json) - Obsidian Vault 根目录。按以下顺序取:环境变量
OBSIDIAN_VAULT→ 本 skill 目录下的config.json里的vault_path→ 都没有就问用户要一次,并提示他设成环境变量以后免问
- 数据处理:
- 读取 JSON。
- 按照模板渲染 Markdown 字符串。
- 文件写入:
- 检查
/选题池/是否存在,不存在则创建。 - 写入文件
2026-01-29_每日选题.md。
- 反馈:
- 输出 "✅ 已导出到 Obsidian: [文件绝对路径]"
5. 错误处理
- 如果 Vault 路径不存在,提示用户检查路径配置。
- 如果文件写入失败(权限问题),尝试写入到当前目录的
output/作为备份。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ma2ong
- Source: ma2ong/claude-skills-collection
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.