List
A CLI tool for Claude Code or Claudian to uploading Obsidian Markdown documents to Feishu cloud documents.
npx -y skills add SuShuheng/obshare-cli --skill listAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when checking obshare-cli upload history, finding document tokens, or reviewing previous upload URLs and permission snapshots.
SKILL.md
0.8 KB, as published. Nobody here has run it
obshare-cli list
Inspect locally saved upload history.
Available Subcommand
| Command | Purpose |
|---|---|
history | Show previous uploads saved in local history |
Syntax
conda run -n obsd obshare-cli list history
conda run -n obsd obshare-cli --json list history
What History Contains
- Document title
- Feishu document token
- Feishu document URL
- Upload time
- Saved permission flags
Notes
- History is stored in
~/.obshare/history.json. - Use tokens from this output with
permission setordelete. --jsonis a global flag and must appear beforelist.