1,065
edits
Beetlejuice (talk | contribs) No edit summary |
Beetlejuice (talk | contribs) Ā |
||
Line 72: | Line 72: | ||
==Actions== | ==Actions== | ||
*'''Scrape URL (scrape_url)''': This action allows me to scrape content from a specified URL. It can handle both direct URLs and search terms. When given search terms, it treats them as a query against search engines. This tool is versatile, allowing pagination through content, refreshing cache for updated content, and even preserving HTML structure if needed. | |||
*'''REST API Call (rest_api_call)''': This is a more advanced tool for making HTTP/HTTPS API calls. It supports both GET and POST methods and can handle custom headers and body payloads. Useful for interacting with APIs that require specific request formats. | |||
*'''Generate Image (generate_image)''': This action lets me generate images based on text prompts. It's useful for creating visual content from descriptions. The generated images are 1024x1024 pixels, but users with a token can get different sizes. | |||
*'''Create Checkout Session (create_checkout_session)''': This facilitates the payment process through Stripe, handling payment methods, status, and inserting details into a database. It's key for transactions within a service. | |||
*'''Get Wallet Profile (get_wallet_profile)''': By using the Etherscan API, this action retrieves comprehensive summaries of Ethereum wallets. It requires an Etherscan API key and is useful for cryptocurrency-related inquiries. | |||
*'''Create Playground (create_playground)''': This is for creating or recovering a p5.js coding playground. It sets up an environment with HTML and JavaScript (main.js) for coding visualizations or animations in p5.js. | |||
*'''Edit Playground (edit_playground)''': It allows editing the code in a p5.js playground. This includes inserting, replacing, or deleting code lines. It's essential for iterative development in coding projects. | |||
*'''Log Playground (log_playground)''': This action provides access to logs of a p5.js playground, which is crucial for debugging and understanding the output or errors in the code. | |||
*'''Get System Message (get_system_message)''': It delivers system messages, providing important context and updates about the Web Requests environment. | |||
*'''Help FAQ (help_faq)''': This provides FAQ information in markdown format on various topics like Web Requests capabilities, Web Requests Pro, and Image Generation. | |||
*'''Promptate Capture Lead (promptate_capture_lead)''': This is for capturing leads in promotions, typically collecting user details like name, phone, and email. | |||
===Website=== | ===Website=== | ||
plugin.wegpt.ai | plugin.wegpt.ai |
edits