# Upload

> Use when uploading a Markdown note to Feishu, optionally applying public or copy/download permissions, or requesting JSON upload results for automation or the Obsidian plugin direct-share flow.

- **Type:** Skill
- **Install:** `agentstack add skill-sushuheng-obshare-cli-upload`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [SuShuheng](https://agentstack.voostack.com/s/sushuheng)
- **Installs:** 0
- **Category:** [Productivity](https://agentstack.voostack.com/c/productivity)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [SuShuheng](https://github.com/SuShuheng)
- **Source:** https://github.com/SuShuheng/obshare-cli/tree/main/skills/upload

## Install

```sh
agentstack add skill-sushuheng-obshare-cli-upload
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# obshare-cli upload

Upload one Markdown file to Feishu.

## Syntax

```bash
conda run -n obsd obshare-cli upload 
conda run -n obsd obshare-cli upload  --public --allow-copy --allow-download
conda run -n obsd obshare-cli --json upload 
```

## Examples

```bash
conda run -n obsd obshare-cli upload note.md
conda run -n obsd obshare-cli upload /path/to/note.md --public
conda run -n obsd obshare-cli upload note.md --allow-copy --allow-download
conda run -n obsd obshare-cli --json upload note.md
```

## Result

Successful output includes:

- Document title
- Document token
- Feishu URL
- Applied permission flags
- Upload time

## Notes

- Required config must be complete before upload.
- Upload history is saved to `~/.obshare/history.json`.
- `--json` is a global flag and must appear before `upload`.
- If you rely on Mermaid rendering through the companion plugin, configure the optional Obsidian bridge settings first.
- In `V0.2.0`, the Obsidian companion plugin calls this command as the backend for direct note sharing.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [SuShuheng](https://github.com/SuShuheng)
- **Source:** [SuShuheng/obshare-cli](https://github.com/SuShuheng/obshare-cli)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-sushuheng-obshare-cli-upload
- Seller: https://agentstack.voostack.com/s/sushuheng
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
