Google Docs Log Automation — Append log lines to auto-created daily documents in Google Drive by PortEden Secure Access.

v1.0.0

Google Docs Log Automation — Append log lines to auto-created daily documents in Google Drive by PortEden Secure Access.

0· 111·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, required binary (porteden), and required env var (PE_API_KEY) align with a CLI-driven Google Drive/Docs logging tool. The requested binaries and envs are what you'd expect for this functionality.
Instruction Scope
SKILL.md instructs the agent to run porteden commands to auth, find/create folders/docs, and append/read text. It does not direct the agent to read unrelated system files or transmit data to unexpected endpoints. It does recommend storing tokens in the system keyring and exporting PE_LOG_FOLDER to shell profiles (a normal persistence guidance).
Install Mechanism
Install options are a brew formula (porteden/tap/porteden) and a go install from github.com/porteden/cli; both are typical for CLI tools. Installing a third-party CLI writes binaries to disk and executes code from that project, so you should verify the upstream brew formula and GitHub module before installing.
Credentials
Only PE_API_KEY is required as the primary credential; optional/useful envs (PE_PROFILE, PE_LOG_FOLDER, PE_FORMAT, etc.) are relevant to the tool. Storing credentials in the system keyring is documented and expected. No unrelated secrets or multiple external credentials are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It does not modify other skills or request system-wide configuration beyond installing a CLI and recommending storing tokens in the keyring or shell profile.
Assessment
This skill appears to do what it says: it uses the porteden CLI to append logs to Google Docs and requires one PortEden API key. Before installing, verify you trust porteden (review the brew formula and the GitHub repo at github.com/porteden/cli), and ensure the PE_API_KEY you provide has the minimum Drive scopes needed (prefer least privilege and rotate keys regularly). Be aware the CLI will store tokens in your system keyring and that adding PE_LOG_FOLDER to your shell profile will persist that ID in your environment. If you need stronger isolation, consider using a service account or scoped token dedicated only to logging. If you cannot verify the upstream sources, treat the install step as higher risk and avoid supplying broad credentials.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fxgky3xmv2tzdcza9sj7x19835qss

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📝 Clawdis
Binsporteden
EnvPE_API_KEY
Primary envPE_API_KEY

Install

Install porteden (brew)
Bins: porteden
brew install porteden/tap/porteden
Install porteden (go)
Bins: porteden
go install github.com/porteden/cli/cmd/porteden@latest

Comments