Skip to content

tweak stripe skills#1394

Open
matthewlouisbrockman wants to merge 2 commits into
mainfrom
tweak-stripe-skill
Open

tweak stripe skills#1394
matthewlouisbrockman wants to merge 2 commits into
mainfrom
tweak-stripe-skill

Conversation

@matthewlouisbrockman

Copy link
Copy Markdown
Contributor

tweaks the stripe skills

@changeset-bot

changeset-bot Bot commented Jun 6, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: b05c922

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@cursor

cursor Bot commented Jun 6, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Documentation-only changes to agent skill guidance with no runtime or security code paths.

Overview
Updates the Stripe Projects E2B skill doc so agents pull Stripe env credentials and set E2B_API_KEY via awk instead of relying on global e2b login or sourcing .env, with a warning not to print secrets. It clarifies that the E2B CLI is for the basic create/exec loop and that timeouts and lifecycle belong in the SDK unless the user asks otherwise. A new fast-path section adds a full bash recipe: pull env, create a detached sandbox, serve static content on port 8080, build the public URL from E2B_DOMAIN, and curl it before returning.

Reviewed by Cursor Bugbot for commit b05c922. Bugbot is set up for automated code reviews on this repo. Configure here.

@rguliyev rguliyev left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢 🇮🇹

@github-actions

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Package Artifacts

Built from a4b5a86. Download artifacts from this workflow run.

JS SDK (e2b@2.27.2-tweak-stripe-skill.0):

npm install ./e2b-2.27.2-tweak-stripe-skill.0.tgz

CLI (@e2b/cli@2.10.4-tweak-stripe-skill.0):

npm install ./e2b-cli-2.10.4-tweak-stripe-skill.0.tgz

Python SDK (e2b==2.25.1+tweak-stripe-skill):

pip install ./e2b-2.25.1+tweak.stripe.skill-py3-none-any.whl

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 556fb92. Configure here.

Comment thread skills/stripe-projects/SKILL.md

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 556fb92544

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread skills/stripe-projects/SKILL.md

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, docs-only tweak to a skill file.

Extended reasoning...

Overview

This PR modifies only skills/stripe-projects/SKILL.md, adding guidance for credential handling (no e2b auth login, no echoing secrets), a brief framing of CLI scope, and a 'Fast path: general sandbox task' walkthrough with a copyable bash snippet.

Security risks

None meaningful. The new examples explicitly call out not printing secret values and use awk to extract individual env vars rather than sourcing .env as shell code, which is the safer pattern. The snippets are documentation/guidance for users — they don't execute as part of the SDK or CLI.

Level of scrutiny

Low. This is a docs-only change to a skill markdown file with no impact on runtime code, builds, or published packages (the missing changeset is expected).

Other factors

No outstanding reviewer comments; the bug hunter found nothing; prior commits in the area (bc84290, 556fb92) follow the same pattern of skill content tweaks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants