Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

files-cli

files-cli에는 Files-com에서 수집한 skills 125개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
125
Stars
46
업데이트
2026-07-20
Forks
4
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

filescom-user-additional-email-recipients
소프트웨어 개발자

Files.com User Additional Email Recipients via files-cli.

2026-07-20
filescom-holiday-calendars
소프트웨어 개발자

A Holiday Calendar defines site-wide holiday dates and optional partial-day windows that scheduled resources skip.

2026-07-17
filescom-remote-server-credentials
소프트웨어 개발자

A RemoteServerCredential is a way to store a credential for Remote Servers in a centralized vault and then reference it from Remote Server definitions.

2026-07-17
filescom-remote-servers
소프트웨어 개발자

A RemoteServer is a specific type of Behavior called `remote_server_sync`.

2026-07-17
filescom-files
소프트웨어 개발자

Files.com Files via files-cli.

2026-07-15
filescom-expectations
소프트웨어 개발자

Expectations let your Files.com site define what “correct” file delivery looks like, continuously evaluate whether it happened, and keep history when it did not.

2026-07-15
filescom-automation-logs
네트워크·컴퓨터 시스템 관리자

An AutomationLog is an audit log for monitoring and troubleshooting triggered Automation.

2026-07-15
filescom-automations
네트워크·컴퓨터 시스템 관리자

An Automation is an automated process of controlling workflows on your Files.com site.

2026-07-15
filescom-automation-runs
소프트웨어 개발자

An AutomationRun is a record with information about a single execution of a given Automation.

2026-07-14
filescom-behaviors
소프트웨어 개발자

A Behavior is an API resource for what are also known as Folder Settings.

2026-07-14
filescom-sites
소프트웨어 개발자

A Site is the place you'll come to update site settings, as well as manage site-wide API keys.

2026-07-12
filescom-groups
소프트웨어 개발자

A Group is a powerful tool for permissions and user management on Files.com.

2026-07-10
filescom-integration-centric-profiles
소프트웨어 개발자

An Integration Centric Profile defines the Remote Server integrations a user is expected to add and connect during integration-centric onboarding.

2026-07-10
filescom-users
소프트웨어 개발자

A User represents a human or system/service user with the ability to connect to Files.com via any of the available connectivity methods (unless restricted to specific protocols). Pick `--authentication-method` carefully at creation. Each method behaves differently: `email_signup` mails a "set your password" link; `password` requires the admin to set one upfront; `sso` defers authentication to a configured SSO strategy; `none` allows only API key or SSH key login.

2026-07-10
filescom-partner-channel-templates
소프트웨어 개발자

A PartnerChannelTemplate defines reusable Partner Channel configuration that can be applied to Partners.

2026-07-10
filescom-partner-channels
소프트웨어 개발자

A PartnerChannel defines a structured communication path within a Partner root folder, including directional folder names and partner-scoped routing configuration.

2026-07-09
filescom-partners
소프트웨어 개발자

A Partner is a first-class entity that cleanly represents an external organization, enables delegated administration, and enforces strict boundaries.

2026-07-09
filescom-custom-domains
소프트웨어 개발자

A CustomDomain object represents an additional customer-owned domain that routes to a Files.com site.

2026-07-08
filescom-secrets
소프트웨어 개발자

A Secret stores named, typed secret material for later use by features that reference the Secret by ID.

2026-07-08
filescom-ai-assistant-personalities
소프트웨어 개발자

An AI Assistant Personality defines a system prompt used to customize the in-app AI Assistant.

2026-07-02
filescom-chat-sessions
소프트웨어 개발자

A ChatSession represents one conversation with the Files.com AI Assistant.

2026-06-29
filescom-ai-tasks
소프트웨어 개발자

An AI Task defines a Files.com AI prompt that can run on a schedule or in response to file actions.

2026-06-28
filescom-api-keys
소프트웨어 개발자

An APIKey is a key that allows programmatic access to your Site.

2026-06-28
filescom-bundles
소프트웨어 개발자

A Bundle is the API/SDK term for the feature called Share Links in the web interface. Creating a Share Link does not send any email. To deliver the link by email, either call `bundles share` after creation, or pass `--share-after-create=true` when adding a recipient with `bundle-recipients create`.

2026-06-26
filescom-permissions
소프트웨어 개발자

A Permission object represents a grant of access permission on a specific Path to a User or Group. Use this skill to answer access questions — who can access a folder, and what a given user or group can access — and to grant or revoke folder access. For a full site-wide permissions report, use a `permission_audit` scheduled export (see `recipe-generating-reports`).

2026-06-16
filescom-workspaces
소프트웨어 개발자

A Workspace is a lightweight way to organize related resources inside a single Files.com Site.

2026-06-16
recipe-folder-size-and-counts
소프트웨어 개발자

Determine storage usage and file/folder counts on Files.com from the data the agent can actually read back, without recursively walking the tree; use this when the user asks "how big is this folder", "how much storage are we using", or "how many files do we have". The agent-readable source is `usage-snapshots` / `usage-daily-snapshots` (size and file count per top-level folder) and `site/usage` (site totals). Note the important limits: usage data only breaks down by top-level folder, and the `folder_size_audit` scheduled export is emailed to a Site Admin rather than returned to the API.

2026-06-16
recipe-generating-reports
소프트웨어 개발자

Choose the right built-in Files.com report or export instead of assembling one by hand; use this when the user asks for a report, audit, export, or summary — storage/usage, bandwidth/transfer, activity/audit logs, webhook delivery, permissions, group membership, or share-link audits. Files.com already produces these as first-class resources (`usage-snapshots`, `bandwidth-snapshots`, `history-exports`, `action-notification-exports`, and `scheduled-exports`). Prefer them; only home-roll a report by listing and aggregating records when no built-in report covers the need.

2026-06-16
recipe-searching-for-files
소프트웨어 개발자

Find files and folders on Files.com effectively, and pick the right tool for the job; use this when the user wants to locate files by name, path, modified time, or custom metadata. The key distinction: the `--search` / `--search-all` flags on `folders list-for` are the web search bar — best-effort, not real time, and meant only for ad-hoc human lookups — while automated or precise lookups should list a folder directly and filter deterministically. Covers both, and when to use each.

2026-06-16
filescom-event-channels
소프트웨어 개발자

An EventChannel is a named grouping of EventSubscriptions.

2026-06-14
filescom-partner-site-requests
소프트웨어 개발자

A PartnerSiteRequest represents a request for a Guest Partner to add their Files.com Site to their Partnership with the Host Partner.

2026-06-14
filescom-partner-sites
소프트웨어 개발자

Files.com Partner Sites via files-cli.

2026-06-14
filescom-syncs
소프트웨어 개발자

A Sync represents a file synchronization job between two locations (local-remote, remote-remote, local-child_site, etc).

2026-06-10
filescom-key-lifecycle-rules
소프트웨어 개발자

A KeyLifecycleRule represents a rule that applies to API keys, GPG keys, and SSH keys (also called User Public Keys) based on their inactivity or age.

2026-06-10
filescom-notifications
소프트웨어 개발자

A Notification is our feature that sends E-Mails when specific actions occur in the folder.

2026-06-09
filescom-siem-http-destinations
소프트웨어 개발자

Files.com Siem Http Destinations via files-cli.

2026-06-08
filescom-scheduled-exports
소프트웨어 개발자

A Scheduled Export defines a recurring schedule for generating one of the built-in CSV exports and e-mailing it to a Site Admin recipient.

2026-06-06
filescom-action-logs
소프트웨어 개발자

An ActionLog is an audit log of file actions performed by users or the system.

2026-06-04
filescom-action-notification-export-results
소프트웨어 개발자

An ActionNotificationExportResult is a single record containing webhook log information that can be obtained as a part of Action Notification Export request.

2026-06-04
filescom-action-notification-exports
소프트웨어 개발자

An ActionNotificationExport is an operation that provides access to outgoing webhook logs.

2026-06-04
이 저장소에서 수집된 skills 125개 중 상위 40개를 표시합니다.