edit-remote-content | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / edit-remote-content

edit-remote-content

maintained by iximiuz

star 41 account_tree 6 verified_user MIT License
bolt View GitHub

name: edit-remote-content description: Pushes local content edits to the remote server. Supports pushing the entire directory or only specific changed files. Use after editing local content files to sync changes to the server. argument-hint:

Push local edits for content of kind $0 with name $1 to the remote server.

Steps

  1. Detect the local folder first by invoking the detect-local-content-folder skill with arguments $0 $1.

  2. Determine which files to push. If the context of this conversation makes it clear which specific files were changed, push only those files:

    labctl content push $0 $1 --dir <folder> --force --file <file1> --file <file2>
    

    The --file paths are relative to the content directory (e.g., index.md, __static__/image.png).

    Otherwise, push the entire directory:

    labctl content push $0 $1 --dir <folder> --force
    

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 41
GitHub Forks 6
Created Mar 2026
Last Updated il y a 3 mois
tools tools system admin

Related Skills

docker-expert
chevron_right
telnyx-network
chevron_right
plex

plex

openclaw
star 2.4k
chevron_right
discord-governance
chevron_right
hetzner-provisioner
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.